async_task 1.0.2
async_task: ^1.0.2 copied to clipboard
Asynchronous tasks and parallel executors (similar to thread pools) for all Dart platforms (transparently), without having to deal with `Isolate` complexity.
1.0.2 #
- Added
SharedData, to optimize data sharing between tasks and threads/isolates. AsyncExecutor: addedcloseto stop and finalize an executor.- Added collections extensions:
ListExtension,MapExtension,SetExtension,IterableExtension.
1.0.1 #
- Fix
pubspec.yamldescription length. - Improve
README.mddescription.
1.0.0 #
- Implemented
AsyncTaskwithstatus,resultandexecutionTime. AsyncExecutorwith implementations based ondart:isolateanddart:async.- Initial version.