libcoro
1.0
Coroutine support library for C++20
|
◆ do_lock()initiate lock operation registers the awaiter as a new request. If it is first request, the lock has been acquired, builds queue of requests and returns false. Otherwise keeps awaiter registered and returns true
Definition at line 146 of file mutex.h. ![]() |