Home
last modified time | relevance | path

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

/external/rust/crates/futures-util/src/task/
Dspawn.rs130 fn spawn_local<Fut>(&self, future: Fut) -> Result<(), SpawnError> in spawn_local() method
/external/rust/crates/tokio/src/task/
Djoin_set.rs176 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
Dbuilder.rs125 pub fn spawn_local<Fut>(self, future: Fut) -> io::Result<JoinHandle<Fut::Output>> in spawn_local() method
Dlocal.rs457 pub fn spawn_local<F>(&self, future: F) -> JoinHandle<F::Output> in spawn_local() method
/external/crosvm/cros_async/src/sys/windows/
Dexecutor.rs286 pub fn spawn_local<F>(&self, f: F) -> TaskHandle<F::Output> in spawn_local() method
Dhandle_executor.rs107 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/
Dexecutor.rs328 pub fn spawn_local<F>(&self, f: F) -> TaskHandle<F::Output> in spawn_local() method
Dfd_executor.rs347 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
During_executor.rs413 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/
Drunnable.rs87 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/
Djoin_map.rs334 pub fn spawn_local<F>(&mut self, key: K, task: F) in spawn_local() function