YACLib
C++ library for concurrent tasks execution
|
#include <when_all_impl.hpp>
Public Types | |
using | FutureValue = std::vector< V > |
Public Attributes | |
yaclib_std::atomic_bool | _done = false |
Definition at line 24 of file when_all_impl.hpp.
using yaclib::detail::AllCombinatorBase< O, V >::FutureValue = std::vector<V> |
Definition at line 25 of file when_all_impl.hpp.
yaclib_std::atomic_bool yaclib::detail::AllCombinatorBase< O, V >::_done = false |
Definition at line 27 of file when_all_impl.hpp.