YACLib
C++ library for concurrent tasks execution
|
#include <await_awaiter.hpp>
Public Member Functions | |
template<typename... Handles> | |
MultiAwaitAwaiter (Handles... handles) noexcept | |
template<typename It > | |
MultiAwaitAwaiter (It it, std::size_t count) noexcept | |
YACLIB_INLINE bool | await_ready () const noexcept |
template<typename Promise > | |
YACLIB_INLINE bool | 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 128 of file await_awaiter.hpp.
|
inlineexplicitnoexcept |
Definition at line 133 of file await_awaiter.hpp.
|
inlineexplicitnoexcept |
Definition at line 138 of file await_awaiter.hpp.
|
inlinenoexcept |
Definition at line 142 of file await_awaiter.hpp.
|
inlineconstexprnoexcept |
Definition at line 152 of file await_awaiter.hpp.
|
inlinenoexcept |
Definition at line 147 of file await_awaiter.hpp.
References yaclib::MakeContract().
|
staticconstexpr |
Definition at line 130 of file await_awaiter.hpp.