AbstractStaticallLike Promise.all, but chunked.
The items that are mapped to promises.
The async function that each item is mapped to.
Optionaloptions: ChunkingOptionsOptions for chunking, like the size of chunks etc.
The resolved promises after all chunks have been resolved.
StaticanyLike Promise.any, but it doesn't only checks if the promise resolves at all, but if it does so with the value true.
The items that are mapped to promises.
The async function that each item is mapped to.
Optionaloptions: ChunkingOptionsOptions for chunking, like the size of chunks etc.
The first resolved promise that returns "true".
Encapsulates functionality for handling promises.