operation_queue 0.5.1 copy "operation_queue: ^0.5.1" to clipboard
operation_queue: ^0.5.1 copied to clipboard

An easy multi task utility that can control the number of concurrency.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add operation_queue

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

dependencies:
  operation_queue: ^0.5.1

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:operation_queue/operation_queue.dart';
0
likes
140
pub points
39%
popularity

Publisher

unverified uploader

An easy multi task utility that can control the number of concurrency.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

async, flutter, rxdart

More

Packages that depend on operation_queue