Lines Matching defs:static
86 pub fn spawn<Fut>(self, future: Fut) -> io::Result<JoinHandle<Fut::Output>> in spawn()
89 Fut::Output: Send + 'static, in spawn()
102 pub fn spawn_on<Fut>(self, future: Fut, handle: &Handle) -> io::Result<JoinHandle<Fut::Output>> in spawn_on()
105 Fut::Output: Send + 'static, in spawn_on()
125 pub fn spawn_local<Fut>(self, future: Fut) -> io::Result<JoinHandle<Fut::Output>> in spawn_local()
128 Fut::Output: 'static, in spawn_local()
145 ) -> io::Result<JoinHandle<Fut::Output>> in spawn_local_on()
148 Fut::Output: 'static, in spawn_local_on()
167 Function: FnOnce() -> Output + Send + 'static, in spawn_blocking()
168 Output: Send + 'static, in spawn_blocking()
187 Function: FnOnce() -> Output + Send + 'static, in spawn_blocking_on()
188 Output: Send + 'static, in spawn_blocking_on()