Post #1888659
2026-04-27 08:29 UTC
@voided Not sure about event queue, I'd need to better understand what you mean by that, but the thread version should be self-contained. The sleeping thread would be bound to the instance internally, the only issue atm to figure out are lifetime scopes for it. With `WeakPtr` that's probably easiest to start with.
Replies (1)
-
@voided@hachyderm.io 2026-04-27 09:48
@michalfita the event queue solution would be external and have some sort of runtime deal with messages. Probably too complex.