Home
last modified time | relevance | path

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

/external/rust/crates/futures-util/src/task/
Dspawn.rs124 fn spawn_local<Fut>(&self, future: Fut) -> Result<(), SpawnError> in spawn_local() method
/external/crosvm/cros_async/src/
Dexecutor.rs219 pub fn spawn_local<F>(&self, f: F) -> Task<F::Output> in spawn_local() method
Dfd_executor.rs298 fn spawn_local<F>(self: &Arc<Self>, f: F) -> Task<F::Output> in spawn_local() method
474 pub fn spawn_local<F>(&self, f: F) -> Task<F::Output> in spawn_local() method
During_executor.rs319 fn spawn_local<F>(self: &Arc<Self>, f: F) -> Task<F::Output> in spawn_local() method
730 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/rust/crates/tokio/src/task/
Dlocal.rs379 pub fn spawn_local<F>(&self, future: F) -> JoinHandle<F::Output> in spawn_local() method