drogon
C++14/17-based HTTP application framework
Loading...
Searching...
No Matches
drogon::Mutex Class Referencefinal

Public Member Functions

 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: