Enum valuable_futures::Async [] [src]

pub enum Async<A, F> {
    Ready(A),
    NotReady(F),
}

Variants