A new series.
Creating other types of synchronization objects that can be used with co_await, part 1
by Raymond Chen
From the article:
So far, we’ve been looking at how we could build a one-shot event that can be used with co_await. There are other types of synchronizations objects you may want to use with coroutines, so let’s write a library for creating all sorts of awaitable synchronization objects...
Add a Comment
Comments are closed.