Struct finchers::task::JoinAll [] [src]

pub struct JoinAll<T> { /* fields omitted */ }

Trait Implementations

impl<T: Debug> Debug for JoinAll<T>
[src]

[src]

Formats the value using the given formatter.

impl<T> Task for JoinAll<T> where
    T: Task
[src]

The type on success.

The type on failure.

The type of value returned from launch.

[src]

Launches itself and construct a Future, and then return it. Read more