Searched defs:spawn_on (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/task/ |
D | join_set.rs | 151 pub fn spawn_on<F>(&mut self, task: F, handle: &Handle) -> AbortHandle in spawn_on() method 683 pub fn spawn_on<F>(self, future: F, handle: &Handle) -> std::io::Result<AbortHandle> in spawn_on() method
|
D | builder.rs | 108 pub fn spawn_on<Fut>(self, future: Fut, handle: &Handle) -> io::Result<JoinHandle<Fut::Output>> in spawn_on() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio-util/src/task/ |
D | task_tracker.rs | 391 pub fn spawn_on<F>(&self, task: F, handle: &Handle) -> JoinHandle<F::Output> in spawn_on() method
|
D | join_map.rs | 310 pub fn spawn_on<F>(&mut self, key: K, task: F, handle: &Handle) in spawn_on() function
|