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

Execute multiple async functions in parallel with a pooling mechanism

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add future_pool

With Flutter:

 $ flutter pub add future_pool

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

dependencies:
  future_pool: ^0.0.2

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

Import it

Now in your Dart code, you can use:

import 'package:future_pool/future_pool.dart';
1
likes
130
points
33
downloads

Publisher

unverified uploader

Weekly Downloads

Execute multiple async functions in parallel with a pooling mechanism

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

synchronized

More

Packages that depend on future_pool