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

check sqe tags before reaping

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.
parent 1aadf7fe
No related branches found
No related tags found
Loading
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