|
|
| Mutex (const Mutex &)=delete |
|
| Mutex (Mutex &&)=delete |
|
Mutex & | operator= (const Mutex &)=delete |
|
Mutex & | operator= (Mutex &&)=delete |
|
bool | try_lock () noexcept |
|
ScopedCoroMutexAwaiter | scoped_lock (trantor::EventLoop *loop=trantor::EventLoop::getEventLoopOfCurrentThread()) noexcept |
|
CoroMutexAwaiter | lock (trantor::EventLoop *loop=trantor::EventLoop::getEventLoopOfCurrentThread()) noexcept |
|
void | unlock () noexcept |
The documentation for this class was generated from the following file: