Searched defs:spawn_on (Results 1 – 4 of 4) sorted by relevance
| /external/rust/crates/tokio/src/task/ |
| D | builder.rs | 102 pub fn spawn_on<Fut>(self, future: Fut, handle: &Handle) -> io::Result<JoinHandle<Fut::Output>> in spawn_on() method
|
| D | join_set.rs | 152 pub fn spawn_on<F>(&mut self, task: F, handle: &Handle) -> AbortHandle in spawn_on() method 521 pub fn spawn_on<F>(self, future: F, handle: &Handle) -> std::io::Result<AbortHandle> in spawn_on() method
|
| /external/rust/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
|