YACLib
C++ library for concurrent tasks execution
|
#include <wait_event.hpp>
Public Member Functions | |
CallCallback & | GetCall () noexcept |
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 | ~IRef () noexcept=default |
Additional Inherited Members | |
Public Attributes inherited from yaclib::detail::Node | |
Node * | next = nullptr |
Definition at line 10 of file wait_event.hpp.
|
inlinenoexcept |
Definition at line 11 of file wait_event.hpp.