|
YACLib
C++ library for concurrent tasks execution
|
Callable interface. More...
#include <func.hpp>
Public Member Functions | |
| 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 |
Reimplemented in yaclib::OneShotEvent::Waiter, yaclib::OneShotEvent::TimedWaiter, yaclib::detail::AwaitAwaiter< Handle, true >, and yaclib::detail::ReadyCore< V, E >.
Definition at line 16 of file func.hpp.
References YACLIB_PURE_VIRTUAL.