Lines Matching defs:static
87 pub fn spawn<Fut>(self, future: Fut) -> io::Result<JoinHandle<Fut::Output>> in spawn()
90 Fut::Output: Send + 'static, in spawn()
108 pub fn spawn_on<Fut>(self, future: Fut, handle: &Handle) -> io::Result<JoinHandle<Fut::Output>> in spawn_on()
111 Fut::Output: Send + 'static, in spawn_on()
136 pub fn spawn_local<Fut>(self, future: Fut) -> io::Result<JoinHandle<Fut::Output>> in spawn_local()
139 Fut::Output: 'static, in spawn_local()
161 ) -> io::Result<JoinHandle<Fut::Output>> in spawn_local_on()
164 Fut::Output: 'static, in spawn_local_on()
188 Function: FnOnce() -> Output + Send + 'static, in spawn_blocking()
189 Output: Send + 'static, in spawn_blocking()
208 Function: FnOnce() -> Output + Send + 'static, in spawn_blocking_on()
209 Output: Send + 'static, in spawn_blocking_on()