zip_future
library
Classes
-
ZipFuture<T>
-
Utility to zip a list of futures into a single Future<List<T?>>.
If errorPolicy is
skip, failed futures yield null entries.
-
ZipFutureMap<K, V>
-
Utility to zip a map of futures into a single Future<Map<K, V>>.
Enums
-
ErrorPolicy
-
Policies for handling errors during zipping.
Exceptions / Errors
-
ZipFutureException
-
Exception thrown when multiple errors are collected in ZipFuture.
-
ZipFutureMapException<K>
-
Exception thrown when multiple errors are collected in ZipFutureMap.