libcoro  1.0
Coroutine support library for C++20

◆ _req

std::atomic<awaiter *> coro::mutex::_req = {nullptr}
protected

contains stack of requests, or nullptr when lock is unlocked, or 0x00000001 when lock is locked with no requests

Definition at line 119 of file mutex.h.