Searched defs:spawn_and_wait (Results 1 – 3 of 3) sorted by relevance
12 fn spawn_and_wait<R: Send + 'static>(f: impl FnOnce() -> R + Send + 'static) -> R { in spawn_and_wait() function
11 fn spawn_and_wait<R: Send + 'static>(f: impl FnOnce() -> R + Send + 'static) -> R { in spawn_and_wait() function
187 pub(crate) fn spawn_and_wait(mut cmd: Command) { in spawn_and_wait() function