many

Function many 

Source
pub fn many<T: 'static + Send>(
    f: impl IntoIterator<Item = impl 'static + Send + FnOnce() -> T>,
) -> impl TaskCollection<Vec<T>>
Expand description

Returns a queueable task that executes a series of closures.