libqi-api
2.8.7.4
|
Go to the source code of this file.
Classes | |
class | qi::detail::FutureBarrierPrivate< T > |
class | qi::FutureBarrier< T > |
This class helps waiting for multiple futures at the same point. More... | |
Namespaces | |
qi | |
Deprecated in 2.5. Use int8_t from <cstdint>. | |
qi::detail | |
Macros | |
#define | QI_DETAIL_FUTURE_BARRIER_HXX_ |
Functions | |
template<typename T > | |
qi::FutureSync< std::vector < Future< T > > > | qi::waitForAll (std::vector< Future< T > > &vect) |
Helper function that creates a future waiting on a vector of futures. More... | |
template<typename T > | |
qi::FutureSync< qi::Future< T > > | qi::waitForFirst (std::vector< Future< T > > &vect) |
Helper function to wait for the first valid future. More... | |
#define QI_DETAIL_FUTURE_BARRIER_HXX_ |
Definition at line 8 of file futurebarrier.hpp.