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 |
void | Call () noexcept final |
InlineCore * | Here (InlineCore &caller) noexcept final |
![]() | |
AwaitAwaiterBase (Handle caller) noexcept | |
YACLIB_INLINE bool | await_ready () const noexcept |
constexpr void | await_resume () const noexcept |
![]() | |
virtual void | Drop () noexcept |
![]() | |
virtual void | IncRef () noexcept |
Increments reference counter. | |
virtual void | DecRef () noexcept |
Decrements reference counter. | |
virtual std::size_t | GetRef () noexcept |
virtual | ~IRef () noexcept=default |
Additional Inherited Members | |
![]() | |
Node * | next = nullptr |
![]() | |
BaseCore * | _core |
Definition at line 101 of file await_awaiter.hpp.
|
inlinenoexcept |
Definition at line 105 of file await_awaiter.hpp.
|
inlinefinalvirtualnoexcept |
Reimplemented from yaclib::IFunc.
Definition at line 111 of file await_awaiter.hpp.
|
inlinefinalvirtualnoexcept |
Implements yaclib::detail::InlineCore.
Definition at line 115 of file await_awaiter.hpp.
References yaclib::detail::Call.