Lines Matching defs:static
219 F: Future + Send + 'static, in spawn()
220 F::Output: Send + 'static; in spawn()
224 F: FnOnce() -> R + Send + 'static, in spawn_blocking()
225 R: Send + 'static; in spawn_blocking()
227 fn spawn_local<F>(&self, f: F) -> TaskHandle<F::Output> in spawn_local()
230 F::Output: 'static; in spawn_local()
464 F: Future + Send + 'static, in spawn()
465 F::Output: Send + 'static, in spawn()
508 pub fn spawn_local<F>(&self, f: F) -> TaskHandle<F::Output> in spawn_local()
511 F::Output: 'static, in spawn_local()
558 F: FnOnce() -> R + Send + 'static, in spawn_blocking()
559 R: Send + 'static, in spawn_blocking()