Searched refs:JoinAll (Results 1 – 14 of 14) sorted by relevance
26 pub struct JoinAll<F> struct33 impl<F> fmt::Debug for JoinAll<F> implementation82 pub fn join_all<I>(i: I) -> JoinAll<I::Item> in join_all()88 assert_future::<Vec<<I::Item as Future>::Output>, _>(JoinAll { elems: elems.into() }) in join_all()91 impl<F> Future for JoinAll<F> implementation118 impl<F: Future> FromIterator<F> for JoinAll<F> { implementation
80 pub use self::join_all::{join_all, JoinAll};
56 group.JoinAll()70 group.JoinAll()82 group.JoinAll()98 group.JoinAll(watchdog_timer.WatchdogTimer(0.01))
183 def JoinAll(self, watcher=None, timeout=None, member in ReraiserThreadGroup213 self.JoinAll(watcher)
161 thread_group.JoinAll(
134 self._objs.JoinAll()
178 void JoinAll() { in JoinAll() function204 threads.JoinAll(); in test_free_for_all()238 threads.JoinAll(); in test_waiting_for_init()272 threads.JoinAll(); in test_aborted_init()295 threads.JoinAll(); in test_completed_init()324 test_threads.JoinAll(); in test_impl()
45 use futures_util::future::{JoinAll,ready}; in join_all_from_iter()48 || Box::new(vec![ready(1), ready(2)].into_iter().collect::<JoinAll<_>>()), in join_all_from_iter()
365 assert_impl!(JoinAll<SendFuture<()>>: Send);366 assert_not_impl!(JoinAll<LocalFuture>: Send);367 assert_not_impl!(JoinAll<SendFuture>: Send);368 assert_impl!(JoinAll<SyncFuture<()>>: Sync);369 assert_not_impl!(JoinAll<LocalFuture>: Sync);370 assert_not_impl!(JoinAll<SyncFuture>: Sync);371 assert_impl!(JoinAll<PinnedFuture>: Unpin);
141 tp1.JoinAll(); in TEST()142 tp2.JoinAll(); in TEST()
215 pool.JoinAll(); in TEST()230 pool.JoinAll(); in TEST()
207 void JoinAll();
131 void DelegateSimpleThreadPool::JoinAll() { in JoinAll() function in base::DelegateSimpleThreadPool
121 pool.JoinAll(); in TEST()