THe series continue.
Creating a co_await awaitable signal that can be awaited multiple times, part 3
by Raymond Chen
From the article:
Last time, we created an awaitable signal that can be awaited multiple times, but noted that it took kernel transitions a lot. Let’s implement the entire thing in user mode...
Add a Comment
Comments are closed.