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
copied to clipboard

With Flutter:

 $ flutter pub add async_call_queue
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
2
likes
140
points
41
downloads

Publisher

verified publisherronbooth.com

Weekly Downloads

2024.09.20 - 2025.04.04

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

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

meta, synchronized

More

Packages that depend on async_call_queue