|
proxygen
|
Public Member Functions | |
| std::unique_lock< Mutex > | await_resume () noexcept |
Public Member Functions inherited from folly::coro::Mutex::LockOperation | |
| bool | await_ready () noexcept |
| bool | await_suspend (std::experimental::coroutine_handle<> awaitingCoroutine) noexcept |
| void | await_resume () noexcept |
Friends | |
| class | Mutex |
Additional Inherited Members | |
Protected Member Functions inherited from folly::coro::Mutex::LockOperation | |
| LockOperation (Mutex &mutex) noexcept | |
Protected Attributes inherited from folly::coro::Mutex::LockOperation | |
| Mutex & | mutex_ |
| std::experimental::coroutine_handle | awaitingCoroutine_ |
| LockOperation * | next_ |
|
inlinenoexcept |