|
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 |
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 |
|
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.