YACLib
C++ library for concurrent tasks execution
|
#include <promise_core.hpp>
Public Types | |
using | Base = UniqueCore< V, E > |
![]() | |
enum | State : std::uintptr_t { kEmpty = std::uintptr_t{0} , kResult = std::numeric_limits<std::uintptr_t>::max() } |
Definition at line 13 of file promise_core.hpp.
using yaclib::detail::PromiseCore< V, E, Func >::Base = UniqueCore<V, E> |
Definition at line 19 of file promise_core.hpp.
|
inlineexplicit |
Definition at line 21 of file promise_core.hpp.