async_extension 1.0.5
async_extension: ^1.0.5 copied to clipboard
Dart async extensions, to help usage of Future, FutureOr and async methods. Also allows performance improvements when using sync and async code.
1.0.5 #
- The package now exports
dart:async
. - New extensions:
- resolveWithValue
- resolveAllWithValue
- resolveAllThen
- allAsList
- Optimized some resolutions
- Now ensures that iterables won't be iterated more than once.
- Ensures that
List
andSet
won't be converted toList
when not needed.
1.0.4 #
- Added
AsyncLoop
andAsyncSequenceLoop
.
1.0.3 #
- Added
FutureOr.then
.
1.0.2 #
- Added
resolveBoth
forFutureOr
andFuture
. - Add
Future
andFutureOr
arithmetic operators. - Added Benchmarks:
async_extension_benchmark.dart
async_extension_benchmark2.dart
1.0.1 #
- Adjusted
pubspec.yaml
description. - Added
FOSSA
scan and badges.
1.0.0 #
- Initial version.