YACLib
C++ library for concurrent tasks execution
|
#include <await_on_awaiter.hpp>
Public Member Functions | |
AwaitOnAwaiter (IExecutor &e, BaseCore &caller) noexcept | |
constexpr bool | await_ready () const noexcept |
template<typename Promise > | |
YACLIB_INLINE void | await_suspend (yaclib_std::coroutine_handle< Promise > handle) noexcept |
constexpr void | await_resume () const noexcept |
Definition at line 48 of file await_on_awaiter.hpp.
|
inlineexplicitnoexcept |
Definition at line 49 of file await_on_awaiter.hpp.
|
inlineconstexprnoexcept |
Definition at line 53 of file await_on_awaiter.hpp.
|
inlineconstexprnoexcept |
Definition at line 69 of file await_on_awaiter.hpp.
|
inlinenoexcept |
Definition at line 58 of file await_on_awaiter.hpp.