mastodonien.de

mastodon.world

Zeitpunkt              Nutzer    Delta   Tröts        TNR     Titel                     Version  maxTL
Di 30.07.2024 00:00:10   183.173      +7    6.024.756    32,9 Mastodon                  4.2.10     500
Mo 29.07.2024 00:00:04   183.166      +5    6.018.624    32,9 Mastodon                  4.2.10     500
So 28.07.2024 00:00:02   183.161      +4    6.012.150    32,8 Mastodon                  4.2.10     500
Sa 27.07.2024 00:00:04   183.157      +6    6.005.781    32,8 Mastodon                  4.2.10     500
Fr 26.07.2024 00:00:13   183.151     +11    5.999.402    32,8 Mastodon                  4.2.10     500
Do 25.07.2024 00:00:01   183.140      +8    5.992.507    32,7 Mastodon                  4.2.10     500
Mi 24.07.2024 00:00:13   183.132     +11    5.986.781    32,7 Mastodon                  4.2.10     500
Di 23.07.2024 00:00:07   183.121      +4    5.979.415    32,7 Mastodon                  4.2.10     500
Mo 22.07.2024 00:00:42   183.117     +10    5.970.453    32,6 Mastodon                  4.2.10     500
So 21.07.2024 00:00:36   183.107       0    5.963.445    32,6 Mastodon                  4.2.10     500

Di 30.07.2024 09:55

C++ coroutine segfault for assigning into a shared object

struct Task { struct promise_type; using handle_type = std::coroutine_handle; struct promise_type { auto get_return_object() { return Task{handle_type::from_promise(*this)}; } std::suspend_never initial_suspend() { return {}; } std::suspend_always final_suspend() noexcept { return {}; } void return_void() { } void unhandled_exception() {} }; handle_type handle; Task(handle_type h) : handle(h) {}…

asplos.dev/wordpress/2024/07/3

[Öffentlich] Antw.: 0 Wtrl.: 0 Fav.: 0 · via Jetpack

Antw. · Weiterl. · Fav. · Lesez. · Pin · Stumm · Löschen