Struct futures::future::WithExecutor [−][src]
Future for the with_executor
combinator, assigning an executor
to be used when spawning other futures.
This is created by the Future::with_executor
method.
Trait Implementations
impl<Fut, E> Unpin for WithExecutor<Fut, E> where
E: Executor,
Fut: Unpin + Future,
[src]
impl<Fut, E> Unpin for WithExecutor<Fut, E> where
E: Executor,
Fut: Unpin + Future,
impl<Fut, E> Debug for WithExecutor<Fut, E> where
E: Debug + Executor,
Fut: Debug + Future,
[src]
[+]
impl<Fut, E> Debug for WithExecutor<Fut, E> where
E: Debug + Executor,
Fut: Debug + Future,
impl<Fut, E> Future for WithExecutor<Fut, E> where
E: Executor,
Fut: Future,
[src]
[+]
impl<Fut, E> Future for WithExecutor<Fut, E> where
E: Executor,
Fut: Future,
Auto Trait Implementations
impl<Fut, E> Send for WithExecutor<Fut, E> where
E: Send,
Fut: Send,
impl<Fut, E> Send for WithExecutor<Fut, E> where
E: Send,
Fut: Send,
impl<Fut, E> Sync for WithExecutor<Fut, E> where
E: Sync,
Fut: Sync,
impl<Fut, E> Sync for WithExecutor<Fut, E> where
E: Sync,
Fut: Sync,