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 164 of file await_awaiter.hpp.
|
inlineexplicitnoexcept |
Definition at line 166 of file await_awaiter.hpp.
|
inlinenoexcept |
Definition at line 170 of file await_awaiter.hpp.
|
inline |
Definition at line 179 of file await_awaiter.hpp.
|
inlinenoexcept |
Definition at line 175 of file await_awaiter.hpp.