Trait eventual::Join [] [src]

pub trait Join<T: Send + 'static, E: Send + 'static>: Sized + Send + 'static {
    fn join(self, complete: Complete<T, E>);
}

Required Methods

fn join(self, complete: Complete<T, E>)

Implementors