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

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

1.0.1 #

  • Added ParallelScheduler
  • Results of tasks are now awaited by the schedulers
  • Result of GetterFunc changed from <R> to FutureOr<R>
  • Dart SDK version requirements increased to 2.18
  • Added example of basic usage of RateScheduler

0.3.1 #

  • Added TimeScheduler

0.1.0 #

  • Initial release
31
likes
160
points
3.88k
downloads

Publisher

verified publisherrevercode.com

Weekly Downloads

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection, meta

More

Packages that depend on schedulers