Home
last modified time | relevance | path

Searched defs:spawn_local (Results 1 – 11 of 11) sorted by relevance

/external/rust/crates/tokio/src/task/
Dbuilder.rs82 pub fn spawn_local<Fut>(self, future: Fut) -> JoinHandle<Fut::Output> in spawn_local() method
Dlocal.rs381 pub fn spawn_local<F>(&self, future: F) -> JoinHandle<F::Output> in spawn_local() method
/external/rust/crates/futures-util/src/task/
Dspawn.rs126 fn spawn_local<Fut>(&self, future: Fut) -> Result<(), SpawnError> in spawn_local() method
/external/crosvm/cros_async/src/
Dexecutor.rs218 pub fn spawn_local<F>(&self, f: F) -> Task<F::Output> in spawn_local() method
Dfd_executor.rs326 fn spawn_local<F>(self: &Arc<Self>, f: F) -> Task<F::Output> in spawn_local() method
510 pub fn spawn_local<F>(&self, f: F) -> Task<F::Output> in spawn_local() method
During_executor.rs365 fn spawn_local<F>(self: &Arc<Self>, f: F) -> Task<F::Output> in spawn_local() method
790 pub fn spawn_local<F>(&self, f: F) -> Task<F::Output> in spawn_local() method
/external/crosvm/common/cros_async/src/
Dexecutor.rs218 pub fn spawn_local<F>(&self, f: F) -> Task<F::Output> in spawn_local() method
Dfd_executor.rs326 fn spawn_local<F>(self: &Arc<Self>, f: F) -> Task<F::Output> in spawn_local() method
510 pub fn spawn_local<F>(&self, f: F) -> Task<F::Output> in spawn_local() method
During_executor.rs365 fn spawn_local<F>(self: &Arc<Self>, f: F) -> Task<F::Output> in spawn_local() method
790 pub fn spawn_local<F>(&self, f: F) -> Task<F::Output> in spawn_local() method
/external/rust/crates/async-task/src/
Drunnable.rs87 pub fn spawn_local<F, S>(future: F, schedule: S) -> (Runnable, Task<F::Output>) in spawn_local() function
/external/crosvm/common/cros_asyncv2/src/
Dexecutor.rs225 pub fn spawn_local<F>(&self, f: F) -> Task<F::Output> in spawn_local() method