Struct futures_executor::Spawn [−][src]
A future representing the completion of task spawning.
See spawn
for details.
Trait Implementations
impl<F: Debug> Debug for Spawn<F>
[src]
[+]
impl<F: Debug> Debug for Spawn<F>
impl<F: Future<Output = ()> + Send + 'static> Future for Spawn<F>
[src]
[+]
impl<F: Future<Output = ()> + Send + 'static> Future for Spawn<F>