Skip to main content

Future

Trait Future 

Source
pub trait Future:
    Future
    + Send
    + Sync
where Self::Output: Threadsafe,
{ }

Implementors§

Source§

impl<F> Future for F
where F: Future + Send + Sync, <F as Future>::Output: Threadsafe,