YACLib
C++ library for concurrent tasks execution
|
#include <await_awaiter.hpp>
Public Member Functions | |
template<typename... Cores> | |
AwaitAwaiter (Cores &... cores) noexcept | |
template<typename It > | |
AwaitAwaiter (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 |
Definition at line 119 of file await_awaiter.hpp.
|
explicitnoexcept |
Definition at line 145 of file await_awaiter.hpp.
|
explicitnoexcept |
Definition at line 153 of file await_awaiter.hpp.
|
inlinenoexcept |
Definition at line 127 of file await_awaiter.hpp.
|
inlineconstexprnoexcept |
Definition at line 137 of file await_awaiter.hpp.
|
inlinenoexcept |
Definition at line 132 of file await_awaiter.hpp.