async_extension 1.0.4
async_extension: ^1.0.4 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.4 #
- Added
AsyncLoopandAsyncSequenceLoop.
1.0.3 #
- Added
FutureOr.then.
1.0.2 #
- Added
resolveBothforFutureOrandFuture. - Add
FutureandFutureOrarithmetic operators. - Added Benchmarks:
async_extension_benchmark.dartasync_extension_benchmark2.dart
1.0.1 #
- Adjusted
pubspec.yamldescription. - Added
FOSSAscan and badges.
1.0.0 #
- Initial version.