YACLib
C++ library for concurrent tasks execution
|
#include <when.hpp>
Public Member Functions | |
DynamicCombinator (std::size_t count, typename Strategy::PromiseType p) | |
template<typename Iterator > | |
void | Set (Iterator begin, std::size_t count) |
![]() | |
virtual void | IncRef () noexcept |
Increments reference counter. | |
virtual void | DecRef () noexcept |
Decrements reference counter. | |
virtual std::size_t | GetRef () noexcept |
virtual | ~IRef () noexcept=default |
Public Attributes | |
Strategy | st |
std::vector< CombinatorCallback< DynamicCombinator, Core, kDynamicTag > > | callbacks |
|
inline |
|
inline |
Definition at line 295 of file when.hpp.
References yaclib::when::Consume(), yaclib::MakeContract(), and yaclib::Owned.
Referenced by yaclib::when::When().
std::vector<CombinatorCallback<DynamicCombinator, Core, kDynamicTag> > yaclib::when::DynamicCombinator< Strategy, Core >::callbacks |
Strategy yaclib::when::DynamicCombinator< Strategy, Core >::st |