worker_pool 0.0.5 copy "worker_pool: ^0.0.5" to clipboard
worker_pool: ^0.0.5 copied to clipboard

A Dart/Flutter package for managing a pool of isolates to execute tasks concurrently, with support for resource management, constant sharing, and proper cleanup.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add worker_pool

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  worker_pool: ^0.0.5

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:worker_pool/worker_pool.dart';
1
likes
160
points
35
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart/Flutter package for managing a pool of isolates to execute tasks concurrently, with support for resource management, constant sharing, and proper cleanup.

Homepage
Repository (GitLab)
View/report issues

Topics

#concurrency #isolates #worker-pool #parallel-processing #flutter

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on worker_pool