YACLib
C++ library for concurrent tasks execution
|
#include <await_on_awaiter.hpp>
Public Member Functions | |
template<typename... Cores> | |
AwaitOnAwaiter (IExecutor &e, Cores &... cores) noexcept | |
template<typename It > | |
AwaitOnAwaiter (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 |
Definition at line 78 of file await_on_awaiter.hpp.
|
explicitnoexcept |
Definition at line 110 of file await_on_awaiter.hpp.
References yaclib::MakeContract().
|
explicitnoexcept |
Definition at line 119 of file await_on_awaiter.hpp.
References yaclib::MakeContract().
|
inlineconstexprnoexcept |
Definition at line 86 of file await_on_awaiter.hpp.
|
inlineconstexprnoexcept |
Definition at line 101 of file await_on_awaiter.hpp.
|
inlinenoexcept |
Definition at line 91 of file await_on_awaiter.hpp.