|
YACLib
C++ library for concurrent tasks execution
|
#include <when.hpp>
Public Member Functions | |
| CombinatorCallback (Combinator *self=nullptr) | |
| InlineCore * | Here (InlineCore &caller) noexcept final |
Public Member Functions inherited from yaclib::detail::InlineCore | |
| virtual InlineCore * | Here (InlineCore &caller) noexcept=0 |
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 |
|
inline |
|
inlinefinalnoexcept |