YACLib
C++ library for concurrent tasks execution
|
Callable that can be executed in an IExecutor. More...
#include <job.hpp>
Public Member Functions | |
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 |
Reimplemented in yaclib::detail::ReadyCore< V, E >.
Definition at line 15 of file job.hpp.
References YACLIB_PURE_VIRTUAL.