Home
last modified time | relevance | path

Searched refs:into_future (Results 1 – 10 of 10) sorted by relevance

/external/rust/crates/futures-util/src/future/try_future/
Dmod.rs26 mod into_future; module
104 pub use self::into_future::IntoFuture;
610 fn into_future(self) -> IntoFuture<Self> in into_future() method
/external/rust/crates/futures-util/src/stream/try_stream/
Dtry_buffered.rs57 Poll::Ready(Some(fut)) => this.in_progress_queue.push_back(fut.into_future()), in poll_next()
Dtry_buffer_unordered.rs56 Poll::Ready(Some(fut)) => this.in_progress_queue.push(fut.into_future()), in poll_next()
/external/rust/crates/futures-util/src/stream/stream/
Dmod.rs106 mod into_future; module
108 pub use self::into_future::StreamFuture;
308 fn into_future(self) -> StreamFuture<Self> in into_future() method
/external/rust/crates/futures-util/src/future/
Dtry_join_all.rs122 let iter = iter.into_iter().map(TryFutureExt::into_future); in try_join_all()
/external/rust/crates/futures-util/src/stream/
Dselect_all.rs70 self.inner.push(stream.into_future()); in push()
/external/rust/crates/futures/tests_disabled/
Dall.rs398 assert_eq!(Ok(Some(())), block_on(Some(ok::<(), ()>(())).into_future())); in option()
399 assert_eq!(Ok::<_, ()>(None::<()>), block_on(None::<FutureResult<(), ()>>.into_future())); in option()
/external/crosvm/devices/src/virtio/snd/common_backend/
Dstream_info.rs305 self.worker_future = Some(Box::new(ex.spawn_local(f).into_future())); in prepare()
/external/crosvm/devices/src/virtio/block/
Dasynchronous.rs542 .into_future(); in run_worker()
/external/angle/build/rust/std/rules/
DBUILD.gn353 "//third_party/rust-toolchain/lib/rustlib/src/rust/library/core/src/future/into_future.rs",