-
- Downloads
[Actor] use AlarmFuture for Actor::waitUntilIdle if IO is enabled
Using an AlarmFuture blocks the Fiber executing Actor::waitUntilIdle, freeing its current worker and thus preventing life-locks. Where all workers are sleeping except one. Which executes the Actor::waitUntilIdle Fiber causing a starvation of the actual Actor.
Showing
Loading
Please register or sign in to comment