|
YACLib
C++ library for concurrent tasks execution
|
#include <wait_event.hpp>
Public Member Functions | |
| DropCallback & | GetDrop () 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 |
Definition at line 36 of file wait_event.hpp.
|
inlinenoexcept |
Definition at line 37 of file wait_event.hpp.
|
inlinefinalvirtualnoexcept |
Implements yaclib::detail::InlineCore.
Definition at line 50 of file wait_event.hpp.
References yaclib::MakeContract().