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.
pub fn many<T: 'static + Send>(
f: impl IntoIterator<Item = impl 'static + Send + FnOnce() -> T>,
) -> impl TaskCollection<Vec<T>>Returns a queueable task that executes a series of closures.