YACLib
C++ library for concurrent tasks execution
|
#include <await_awaiter.hpp>
Public Member Functions | |
template<typename Promise > | |
YACLIB_INLINE bool | await_suspend (yaclib_std::coroutine_handle< Promise > handle) noexcept |
![]() | |
AwaitAwaiterBase (Handle caller) noexcept | |
YACLIB_INLINE bool | await_ready () const noexcept |
constexpr void | await_resume () const noexcept |
Additional Inherited Members | |
![]() | |
BaseCore * | _core |
Definition at line 91 of file await_awaiter.hpp.
|
inlinenoexcept |
Definition at line 95 of file await_awaiter.hpp.