|
YACLib
C++ library for concurrent tasks execution
|
#include <shared_future.hpp>
Additional Inherited Members | |
Public Types inherited from yaclib::SharedFutureBase< V, T > | |
| using | Result = typename T::template Result< V > |
| using | Handle = detail::SharedHandle |
| using | Core = detail::SharedCore< V, T > |
Protected Member Functions inherited from yaclib::SharedFutureBase< V, T > | |
| SharedFutureBase (detail::SharedCorePtr< V, T > core) noexcept | |
Protected Attributes inherited from yaclib::SharedFutureBase< V, T > | |
| detail::SharedCorePtr< V, T > | _core |
Definition at line 143 of file shared_future.hpp.
|
inlinenoexcept |
Definition at line 152 of file shared_future.hpp.
|
inlinenoexcept |
Definition at line 80 of file shared_future.hpp.
|
inlinenoexcept |
Definition at line 155 of file shared_future.hpp.
|
inline |
Definition at line 172 of file shared_future.hpp.
References yaclib::MakeContract().
|
inline |
Definition at line 166 of file shared_future.hpp.
References yaclib::MakeContract().
|
inline |
Definition at line 73 of file shared_future.hpp.
|
inline |
Definition at line 160 of file shared_future.hpp.
References yaclib::MakeContract().