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 229 of file await_awaiter.hpp.
|
inlineexplicitnoexcept |
Definition at line 231 of file await_awaiter.hpp.
|
inlinenoexcept |
Definition at line 235 of file await_awaiter.hpp.
|
inline |
Definition at line 244 of file await_awaiter.hpp.
|
inlinenoexcept |
Definition at line 240 of file await_awaiter.hpp.