async_task 1.0.4 copy "async_task: ^1.0.4" to clipboard
async_task: ^1.0.4 copied to clipboard

outdated

Asynchronous tasks and parallel executors (similar to thread pools) for all Dart platforms (transparently), without having to deal with `Isolate` complexity.

1.0.4 #

  • AsyncTask:
    • Allow multiple SharedData: Optional method sharedData now returns a Map<String,SharedData>.

1.0.3 #

  • AsyncExecutor:
    • Fix close operation while tasks are being executed.

1.0.2 #

  • Added SharedData, to optimize data sharing between tasks and threads/isolates.
  • AsyncExecutor: added close to stop and finalize an executor.
  • Added collections extensions: ListExtension, MapExtension, SetExtension, IterableExtension.

1.0.1 #

  • Fix pubspec.yaml description length.
  • Improve README.md description.

1.0.0 #

  • Implemented AsyncTask with status, result and executionTime.
  • AsyncExecutor with implementations based on dart:isolate and dart:async.
  • Initial version.
97
likes
0
pub points
86%
popularity

Publisher

unverified uploader

Asynchronous tasks and parallel executors (similar to thread pools) for all Dart platforms (transparently), without having to deal with `Isolate` complexity.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection

More

Packages that depend on async_task