Creating other types of synchronization objects that can be used with co_await, part 9--Raymond Chen
The series continue.
Creating other types of synchronization objects that can be used with co_await, part 9
by Raymond Chen
From the article:
Last time, we tried to make an awaitable shared mutex, but ran into some problems...