YACLib
C++ library for concurrent tasks execution
|
#include <await_awaiter.hpp>
Public Member Functions | |
AwaitSingleAwaiter (ResultCorePtr< V, E > &&result) noexcept | |
YACLIB_INLINE bool | await_ready () const noexcept |
template<typename Promise > | |
YACLIB_INLINE bool | await_suspend (yaclib_std::coroutine_handle< Promise > handle) noexcept |
auto | await_resume () |
Definition at line 166 of file await_awaiter.hpp.
|
inlineexplicitnoexcept |
Definition at line 168 of file await_awaiter.hpp.
|
inlinenoexcept |
Definition at line 172 of file await_awaiter.hpp.
|
inline |
Definition at line 181 of file await_awaiter.hpp.
|
inlinenoexcept |
Definition at line 177 of file await_awaiter.hpp.