Struct gj::TaskSet [] [src]

pub struct TaskSet<T, E> where
    T: 'static,
    E: 'static, 
{ /* fields omitted */ }

Holds a collection of Promise<T, E>s and ensures that each executes to completion. Destroying a TaskSet automatically cancels all of its unfinished promises.

Methods

impl<T, E> TaskSet<T, E>
[src]