Florian Fischer
authored
Change the mechanisms how EMPER achieves the invariant that only the OWNER of an IoContext is allowed to reap new work notifications from it. Previously we used the state of the PipeSleepStrategy which proved complex and error prone. Now we always check if the completions we are about to reap contain any new work notifications and if so return early without reaping those. Now the behavior of reap locked equals the lock-less variants.