YACLib
C++ library for concurrent tasks execution
|
#include <await_on_awaiter.hpp>
Public Member Functions | |
AwaitOnAwaiter (IExecutor &e, Handle caller) noexcept | |
constexpr bool | await_ready () const noexcept |
template<typename Promise > | |
YACLIB_INLINE void | await_suspend (yaclib_std::coroutine_handle< Promise > handle) noexcept |
constexpr void | await_resume () const noexcept |
![]() | |
AwaitOnEvent & | GetCall () noexcept |
AwaitOnEvent (std::size_t n) noexcept | |
InlineCore * | Here (InlineCore &caller) noexcept final |
![]() | |
virtual void | Drop () noexcept |
![]() | |
virtual void | Call () 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 |
![]() | |
static constexpr auto | kShared |
![]() | |
BaseCore * | job |
Definition at line 59 of file await_on_awaiter.hpp.
|
inlineexplicitnoexcept |
Definition at line 60 of file await_on_awaiter.hpp.
|
inlineconstexprnoexcept |
Definition at line 64 of file await_on_awaiter.hpp.
|
inlineconstexprnoexcept |
Definition at line 80 of file await_on_awaiter.hpp.
|
inlinenoexcept |
Definition at line 69 of file await_on_awaiter.hpp.