Home
last modified time | relevance | path

Searched refs:spawn_with_handle (Results 1 – 2 of 2) sorted by relevance

/external/rust/android-crates-io/crates/futures-util/src/task/
Dspawn.rs80 fn spawn_with_handle<Fut>(&self, future: Fut) -> Result<RemoteHandle<Fut::Output>, SpawnError> in spawn_with_handle() method
/external/rust/android-crates-io/crates/futures/tests/
Dstream.rs376 .spawn_with_handle(async move { in flatten_unordered()
386 .spawn_with_handle(async move { in flatten_unordered()