async_helper_ab 0.0.2 copy "async_helper_ab: ^0.0.2" to clipboard
async_helper_ab: ^0.0.2 copied to clipboard

Dart package contain useful utility classes and functions to aid with concurrent processing.

Pub

A set of utility classes that simplify running asynchronous tasks within isolates and managing the communication between them and the main isolate.

Features #

  • Manager classes to manage the lifecycle of an isolate or pool of isolates for running tasks
  • Easy implementation of tasks with support for callbacks and streaming from the isolate running the task to the main isolate
  • Mutex and semaphore constructs to assist in synchronization when sharing resource between concurrent jobs

Getting started #

Add the dependency in pubspec.yaml:

dependencies:
  ...
  async_helper_ab: ^0.0.1
0
likes
130
pub points
6%
popularity

Publisher

verified publisherappbricks.io

Dart package contain useful utility classes and functions to aid with concurrent processing.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

More

Packages that depend on async_helper_ab