[−][src]Trait futures_util::task::SpawnExt
Extension trait for Spawn
.
Provided methods
fn spawn<Fut>(&mut self, future: Fut) -> Result<(), SpawnError> where
Fut: Future<Output = ()> + Send + 'static,
[+]
Fut: Future<Output = ()> + Send + 'static,
fn spawn_with_handle<Fut>(
&mut self,
future: Fut
) -> Result<RemoteHandle<Fut::Output>, SpawnError> where
Fut: Future + Send + 'static,
Fut::Output: Send,
[+]
&mut self,
future: Fut
) -> Result<RemoteHandle<Fut::Output>, SpawnError> where
Fut: Future + Send + 'static,
Fut::Output: Send,
ⓘImportant traits for Compat<R>fn compat(self) -> Compat<Self> where
Self: Sized,
[+]
ⓘImportant traits for Compat<R>
Self: Sized,
Implementors
impl<Sp: ?Sized> SpawnExt for Sp where
Sp: Spawn,
[src][−]
Sp: Spawn,
fn spawn<Fut>(&mut self, future: Fut) -> Result<(), SpawnError> where
Fut: Future<Output = ()> + Send + 'static,
[src]
Fut: Future<Output = ()> + Send + 'static,
fn spawn_with_handle<Fut>(
&mut self,
future: Fut
) -> Result<RemoteHandle<Fut::Output>, SpawnError> where
Fut: Future + Send + 'static,
Fut::Output: Send,
[src]
&mut self,
future: Fut
) -> Result<RemoteHandle<Fut::Output>, SpawnError> where
Fut: Future + Send + 'static,
Fut::Output: Send,
ⓘImportant traits for Compat<R>fn compat(self) -> Compat<Self> where
Self: Sized,
[src]
ⓘImportant traits for Compat<R>
Self: Sized,