YACLib
C++ library for concurrent tasks execution
|
#include <await_on_awaiter.hpp>
Public Member Functions | |
template<typename... Handles> | |
MultiAwaitOnAwaiter (IExecutor &e, Handles... handles) noexcept | |
template<typename It > | |
MultiAwaitOnAwaiter (IExecutor &e, It it, std::size_t count) 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 |
Static Public Attributes | |
static constexpr auto | kShared = Event::kShared |
Definition at line 88 of file await_on_awaiter.hpp.
|
inlineexplicitnoexcept |
Definition at line 93 of file await_on_awaiter.hpp.
|
inlineexplicitnoexcept |
Definition at line 99 of file await_on_awaiter.hpp.
|
inlineconstexprnoexcept |
Definition at line 103 of file await_on_awaiter.hpp.
|
inlineconstexprnoexcept |
Definition at line 118 of file await_on_awaiter.hpp.
|
inlinenoexcept |
Definition at line 108 of file await_on_awaiter.hpp.
|
staticconstexpr |
Definition at line 90 of file await_on_awaiter.hpp.