YACLib
C++ library for concurrent tasks execution
|
#include <await_awaiter.hpp>
Public Member Functions | |
AwaitSingleAwaiter (SharedCorePtr< 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) const noexcept |
auto | await_resume () const |
Definition at line 185 of file await_awaiter.hpp.
|
inlineexplicitnoexcept |
Definition at line 187 of file await_awaiter.hpp.
|
inlinenoexcept |
Definition at line 191 of file await_awaiter.hpp.
|
inline |
Definition at line 200 of file await_awaiter.hpp.
|
inlinenoexcept |
Definition at line 196 of file await_awaiter.hpp.