Searched defs:spawn_local (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/crosvm/cros_async/src/ |
H A D | executor.rs | 227 fn spawn_local<F>(&self, f: F) -> TaskHandle<F::Output> in spawn_local() method 508 pub fn spawn_local<F>(&self, f: F) -> TaskHandle<F::Output> in spawn_local() method
|
H A D | tokio_executor.rs | 118 fn spawn_local<F>(&self, f: F) -> TaskHandle<F::Output> in spawn_local() method
|
H A D | common_executor.rs | 176 fn spawn_local<F>(&self, f: F) -> TaskHandle<F::Output> in spawn_local() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/task/ |
D | join_set.rs | 175 pub fn spawn_local<F>(&mut self, task: F) -> AbortHandle in spawn_local() method 751 pub fn spawn_local<F>(self, future: F) -> std::io::Result<AbortHandle> in spawn_local() method
|
D | builder.rs | 136 pub fn spawn_local<Fut>(self, future: Fut) -> io::Result<JoinHandle<Fut::Output>> in spawn_local() method
|
D | local.rs | 564 pub fn spawn_local<F>(&self, future: F) -> JoinHandle<F::Output> in spawn_local() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/async-task/src/ |
D | runnable.rs | 405 pub fn spawn_local<F, Fut, S>( in spawn_local() method 609 pub fn spawn_local<F, S>(future: F, schedule: S) -> (Runnable, Task<F::Output>) in spawn_local() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/task/ |
D | spawn.rs | 130 fn spawn_local<Fut>(&self, future: Fut) -> Result<(), SpawnError> in spawn_local() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/local_runtime/ |
D | runtime.rs | 147 pub fn spawn_local<F>(&self, future: F) -> JoinHandle<F::Output> in spawn_local() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/src/task/ |
D | task_tracker.rs | 408 pub fn spawn_local<F>(&self, task: F) -> JoinHandle<F::Output> in spawn_local() method
|
D | join_map.rs | 389 pub fn spawn_local<F>(&mut self, key: K, task: F) in spawn_local() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/runtime/scheduler/current_thread/ |
D | mod.rs | 473 pub(crate) unsafe fn spawn_local<F>( in spawn_local() method
|