YACLib
C++ library for concurrent tasks execution
|
#include <mutex_awaiter.hpp>
Public Member Functions | |
YACLIB_INLINE auto | await_resume () noexcept |
Public Member Functions inherited from yaclib::detail::LockAwaiter< M, Shared > | |
LockAwaiter (M &m) noexcept | |
YACLIB_INLINE bool | await_ready () noexcept |
template<typename Promise > | |
YACLIB_INLINE bool | await_suspend (yaclib_std::coroutine_handle< Promise > handle) noexcept |
constexpr void | await_resume () noexcept |
Additional Inherited Members | |
Protected Attributes inherited from yaclib::detail::LockAwaiter< M, Shared > | |
M & | _mutex |
Definition at line 41 of file mutex_awaiter.hpp.
|
inlinenoexcept |
Definition at line 45 of file mutex_awaiter.hpp.