|
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 |
Public Member Functions inherited from yaclib::Job | |
| virtual void | Drop () noexcept |
Public Member Functions inherited from yaclib::IFunc | |
| virtual void | Call () noexcept |
Public Member Functions inherited from yaclib::IRef | |
| 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 | |
Public Attributes inherited from yaclib::detail::Node | |
| 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.