async_call_queue 1.0.1 copy "async_call_queue: ^1.0.1" to clipboard
async_call_queue: ^1.0.1 copied to clipboard

AsyncCallQueue is a Dart class which provides a queuing mechanism to prevent concurrent access to asynchronous code.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add async_call_queue

With Flutter:

 $ flutter pub add async_call_queue

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

dependencies:
  async_call_queue: ^1.0.1

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:async_call_queue/async_call_queue.dart';
2
likes
120
pub points
69%
popularity

Publisher

verified publisherronbooth.com

AsyncCallQueue is a Dart class which provides a queuing mechanism to prevent concurrent access to asynchronous code.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

meta, synchronized

More

Packages that depend on async_call_queue