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 121 of file await_awaiter.hpp.
|
explicitnoexcept |
Definition at line 147 of file await_awaiter.hpp.
|
explicitnoexcept |
Definition at line 155 of file await_awaiter.hpp.
|
inlinenoexcept |
Definition at line 129 of file await_awaiter.hpp.
|
inlineconstexprnoexcept |
Definition at line 139 of file await_awaiter.hpp.
|
inlinenoexcept |
Definition at line 134 of file await_awaiter.hpp.