YACLib
C++ library for concurrent tasks execution
|
#include <await_on_awaiter.hpp>
Public Member Functions | |
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 |
Static Public Attributes | |
static constexpr auto | kShared = false |
Protected Attributes | |
BaseCore * | job {nullptr} |
Additional Inherited Members | |
![]() | |
Node * | next = nullptr |
Definition at line 19 of file await_on_awaiter.hpp.
|
inlineexplicitnoexcept |
Definition at line 27 of file await_on_awaiter.hpp.
References yaclib::MakeContract().
|
inlinenoexcept |
Definition at line 23 of file await_on_awaiter.hpp.
|
inlinefinalvirtualnoexcept |
Implements yaclib::detail::InlineCore.
Definition at line 30 of file await_on_awaiter.hpp.
References yaclib::MakeContract().
|
protected |
Definition at line 41 of file await_on_awaiter.hpp.
|
staticconstexpr |
Definition at line 21 of file await_on_awaiter.hpp.