Skip to content
Snippets Groups Projects
Commit 8b134798 authored by Florian Fischer's avatar Florian Fischer
Browse files

[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.
parent 75aa533c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment