Home
last modified time | relevance | path

Searched defs:spawn_on (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/task/
Djoin_set.rs151 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
Dbuilder.rs108 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/
Dtask_tracker.rs391 pub fn spawn_on<F>(&self, task: F, handle: &Handle) -> JoinHandle<F::Output> in spawn_on() method
Djoin_map.rs310 pub fn spawn_on<F>(&mut self, key: K, task: F, handle: &Handle) in spawn_on() function