|
YACLib
C++ library for concurrent tasks execution
|
#include <promise_core.hpp>
Public Types | |
| using | Base = std::conditional_t< Shared, SharedCore< V, E >, UniqueCore< V, E > > |
Public Member Functions | |
| PromiseCore (Func &&f) | |
Additional Inherited Members | |
Protected Types inherited from yaclib::detail::FuncCore< Func > | |
| using | Storage = std::decay_t< Func > |
| using | Invoke = std::conditional_t< std::is_function_v< std::remove_reference_t< Func > >, Storage, Func > |
Protected Member Functions inherited from yaclib::detail::FuncCore< Func > | |
| FuncCore (Func &&f) | |
Protected Attributes inherited from yaclib::detail::FuncCore< Func > | |
| YACLIB_NO_UNIQUE_ADDRESS State | _func |
Definition at line 16 of file promise_core.hpp.
| using yaclib::detail::PromiseCore< V, E, Func, Shared >::Base = std::conditional_t<Shared, SharedCore<V, E>, UniqueCore<V, E> > |
Definition at line 25 of file promise_core.hpp.
|
inlineexplicit |
Definition at line 27 of file promise_core.hpp.