async_extension 1.0.3
async_extension: ^1.0.3 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.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.