YACLib
C++ library for concurrent tasks execution
|
#include <when.hpp>
Public Member Functions | |
SingleCombinator (std::size_t count, typename Strategy::PromiseType p) | |
template<typename... Cores> | |
void | Set (Cores &... cores) |
template<typename Iterator , typename = typename std::iterator_traits<Iterator>::value_type> | |
void | Set (Iterator begin, std::size_t count) |
InlineCore * | Here (InlineCore &caller) noexcept final |
![]() | |
virtual InlineCore * | Here (InlineCore &caller) noexcept=0 |
![]() | |
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 |
|
inline |
|
inlinefinalnoexcept |
|
inline |
Definition at line 144 of file when.hpp.
References yaclib::MakeContract().
|
inline |
Definition at line 152 of file when.hpp.
References yaclib::when::Consume(), yaclib::IRef::DecRef(), yaclib::MakeContract(), and yaclib::Owned.