YACLib
C++ library for concurrent tasks execution
|
#include <mutex.hpp>
Public Member Functions | |
UnlockOnAwaiter (M &m, IExecutor &e) noexcept | |
constexpr bool | await_ready () noexcept |
template<typename Promise > | |
YACLIB_INLINE auto | await_suspend (yaclib_std::coroutine_handle< Promise > handle) noexcept |
constexpr void | await_resume () noexcept |
|
inlineexplicitnoexcept |
|
inlineconstexprnoexcept |
|
inlineconstexprnoexcept |
|
inlinenoexcept |