|
libqi-api
release-2.5.3-2016-11-18
|
Go to the source code of this file.
Classes | |
| class | qi::detail::FutureBarrierPrivate< T > |
| class | qi::FutureBarrier< T > |
| This class helps waiting on 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 to wait 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.