|
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 |
Public Member Functions inherited from yaclib::detail::AwaitOnEvent< false > | |
| 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 |
Additional Inherited Members | |
Public Attributes inherited from yaclib::detail::Node | |
| Node * | next = nullptr |
Static Public Attributes inherited from yaclib::detail::AwaitOnEvent< false > | |
| static constexpr auto | kShared |
Protected Attributes inherited from yaclib::detail::AwaitOnEvent< false > | |
| 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.