The series continue.
Creating other types of synchronization objects that can be used with co_await, part 4
by Raymond Chen
From the article:
Now that we’ve finished our library for building awaitable synchronization objects, let’s actually use it.
The introduction to this part of the series began with a demonstrate of a one-shot event. So let’s take it a step further and make it a resettable event...
Add a Comment
Comments are closed.