C++20: Thread Synchronization with Coroutines--Rainer Grimm
The series continue.
C++20: Thread Synchronization with Coroutines
by Rainer Grimm
From the article:
It's a typical requirement for thread management to synchronize them. One thread prepares, in this case, a work-package another thread is waiting for...

Welcome the fresh CLion 2020.1 release!