Searched defs:future_when_any_vector_shared_state (Results 1 – 1 of 1) sorted by relevance
5594 struct future_when_any_vector_shared_state: future_async_shared_state_base<csbl::vector<F> > struct5596 typedef csbl::vector<F> vector_type;5597 typedef typename F::value_type value_type;5598 vector_type vec_;5600 static void run(shared_ptr<boost::detail::shared_state_base> that_)5610 bool run_deferred() {5620 void init() {5636 future_when_any_vector_shared_state(input_iterator_tag, InputIterator first, InputIterator last) function5641 future_when_any_vector_shared_state(vector_tag, BOOST_THREAD_RV_REF(csbl::vector<F>) v) argument5648 future_when_any_vector_shared_state(values_tag, function[all …]