Searched defs:spawn_local (Results 1 – 6 of 6) sorted by relevance
/external/rust/crates/futures-util/src/task/ |
D | spawn.rs | 124 fn spawn_local<Fut>(&self, future: Fut) -> Result<(), SpawnError> in spawn_local() method
|
/external/crosvm/cros_async/src/ |
D | executor.rs | 219 pub fn spawn_local<F>(&self, f: F) -> Task<F::Output> in spawn_local() method
|
D | fd_executor.rs | 298 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
|
D | uring_executor.rs | 319 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/ |
D | runnable.rs | 87 pub fn spawn_local<F, S>(future: F, schedule: S) -> (Runnable, Task<F::Output>) in spawn_local() function
|
/external/rust/crates/tokio/src/task/ |
D | local.rs | 379 pub fn spawn_local<F>(&self, future: F) -> JoinHandle<F::Output> in spawn_local() method
|