Struct futures::executor::SpawnWithHandle [−][src]
A future representing the completion of task spawning, yielding a
JoinHandle
to the spawned task.
See spawn_with_handle
for details.
Trait Implementations
impl<F> Debug for SpawnWithHandle<F> where
F: Debug,
[src]
[+]
impl<F> Debug for SpawnWithHandle<F> where
F: Debug,
impl<F> Future for SpawnWithHandle<F> where
F: Future + Send + 'static,
<F as Future>::Output: Send,
[src]
[+]
impl<F> Future for SpawnWithHandle<F> where
F: Future + Send + 'static,
<F as Future>::Output: Send,
Auto Trait Implementations
impl<F> Send for SpawnWithHandle<F> where
F: Send,
impl<F> Send for SpawnWithHandle<F> where
F: Send,
impl<F> Sync for SpawnWithHandle<F> where
F: Sync,
impl<F> Sync for SpawnWithHandle<F> where
F: Sync,