|
YACLib
C++ library for concurrent tasks execution
|
#include <when.hpp>
Public Member Functions | |
| StaticCombinator (std::size_t count, typename Strategy::PromiseType p) | |
| void | Set (Cores &... cores) |
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 |
Public Attributes | |
| Strategy | st |
| Callbacks | callbacks |
|
inline |
Definition at line 271 of file when.hpp.
References yaclib::when::StaticCombinator< Strategy, Cores >::callbacks, and yaclib::MakeContract().
|
inline |
Definition at line 280 of file when.hpp.
References yaclib::MakeContract().
Referenced by yaclib::when::When().
| Callbacks yaclib::when::StaticCombinator< Strategy, Cores >::callbacks |
Definition at line 285 of file when.hpp.
Referenced by yaclib::when::StaticCombinator< Strategy, Cores >::StaticCombinator().
| Strategy yaclib::when::StaticCombinator< Strategy, Cores >::st |