YACLib
C++ library for concurrent tasks execution
|
#include <wait_event.hpp>
Public Member Functions | |
DropCallback & | GetDrop () 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 |
Additional Inherited Members | |
![]() | |
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().