schedulers 0.1.0+0-alpha copy "schedulers: ^0.1.0+0-alpha" to clipboard
schedulers: ^0.1.0+0-alpha copied to clipboard

outdated

Running callbacks asynchronously, with useful pauses between calls.

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.1.0+0-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

Running callbacks asynchronously, with useful pauses between calls.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

collection, meta, pedantic

More

Packages that depend on schedulers