Searched defs:spawn_local (Results 1 – 11 of 11) sorted by relevance
/external/rust/crates/futures-util/src/task/ |
D | spawn.rs | 130 fn spawn_local<Fut>(&self, future: Fut) -> Result<(), SpawnError> in spawn_local() method
|
/external/rust/crates/tokio/src/task/ |
D | join_set.rs | 176 pub fn spawn_local<F>(&mut self, task: F) -> AbortHandle in spawn_local() method 482 pub fn spawn_local<F>(self, future: F) -> std::io::Result<AbortHandle> in spawn_local() method
|
D | builder.rs | 125 pub fn spawn_local<Fut>(self, future: Fut) -> io::Result<JoinHandle<Fut::Output>> in spawn_local() method
|
D | local.rs | 457 pub fn spawn_local<F>(&self, future: F) -> JoinHandle<F::Output> in spawn_local() method
|
/external/crosvm/cros_async/src/sys/windows/ |
D | executor.rs | 286 pub fn spawn_local<F>(&self, f: F) -> TaskHandle<F::Output> in spawn_local() method
|
D | handle_executor.rs | 107 pub fn spawn_local<F>(&self, f: F) -> HandleExecutorTaskHandle<F::Output> in spawn_local() method 184 fn spawn_local<F>(self: &Arc<Self>, f: F) -> HandleExecutorTaskHandle<F::Output> in spawn_local() method
|
/external/crosvm/cros_async/src/sys/unix/ |
D | executor.rs | 328 pub fn spawn_local<F>(&self, f: F) -> TaskHandle<F::Output> in spawn_local() method
|
D | fd_executor.rs | 347 fn spawn_local<F>(self: &Arc<Self>, f: F) -> FdExecutorTaskHandle<F::Output> in spawn_local() method 564 pub fn spawn_local<F>(&self, f: F) -> FdExecutorTaskHandle<F::Output> in spawn_local() method
|
D | uring_executor.rs | 413 fn spawn_local<F>(self: &Arc<Self>, f: F) -> UringExecutorTaskHandle<F::Output> in spawn_local() method 917 pub fn spawn_local<F>(&self, f: F) -> UringExecutorTaskHandle<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-util/src/task/ |
D | join_map.rs | 334 pub fn spawn_local<F>(&mut self, key: K, task: F) in spawn_local() function
|