C++ coroutines: Getting rid of our mutex--Raymond Chen

The series continue.

C++ coroutines: Getting rid of our mutex

by Raymond Chen

From the article:

Our coroutine implementation uses a mutex to guard against the race condition where a coroutine completes at the same time another thread tries to wait for its completion. The race condition in question is this one...

Add a Comment

Comments are closed.

Comments (0)

There are currently no comments on this entry.