Package: effect
Module: Exit
Collects all of the specified exit values into a Some<Exit<List<A>, E>>. If
the provided iterable contains no elements, None will be returned.
Signature
declare const all: <A, E>(exits: Iterable<Exit<A, E>>, options?: { readonly parallel?: boolean | undefined; } | undefined) => Option.Option<Exit<Array<A>, E>>
Since v2.0.0