schedulers 0.2.0+3-alpha copy "schedulers: ^0.2.0+3-alpha" to clipboard
schedulers: ^0.2.0+3-alpha copied to clipboard

outdated

Dart library for running asynchronous functions on time. Useful for load balancing, rate limiting, lazy execution.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add schedulers

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

dependencies:
  schedulers: ^0.2.0+3-alpha

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

Import it

Now in your Dart code, you can use:

import 'package:schedulers/schedulers.dart';
28
likes
0
pub points
89%
popularity

Publisher

verified publisherrevercode.com

Dart library for running asynchronous functions on time. Useful for load balancing, rate limiting, lazy execution.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection, meta, pedantic

More

Packages that depend on schedulers