Struct tokio_threadpool::SpawnHandle [−][src]
Handle returned from ThreadPool::spawn_handle.
This handle is a future representing the completion of a different future spawned on to the thread pool. Created through the ThreadPool::spawn_handle function this handle will resolve when the future provided resolves on the thread pool.
Trait Implementations
impl<T: Debug, E: Debug> Debug for SpawnHandle<T, E>
[src][+]
impl<T, E> Future for SpawnHandle<T, E>
[src][+]
Auto Trait Implementations
impl<T, E> !RefUnwindSafe for SpawnHandle<T, E>
impl<T, E> Send for SpawnHandle<T, E> where
E: Send,
T: Send,
E: Send,
T: Send,
impl<T, E> Sync for SpawnHandle<T, E> where
E: Send,
T: Send,
E: Send,
T: Send,
impl<T, E> Unpin for SpawnHandle<T, E>
impl<T, E> !UnwindSafe for SpawnHandle<T, E>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<F> IntoFuture for F where
F: Future,
[src][+]
F: Future,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,