executor 0.1.2 copy "executor: ^0.1.2" to clipboard
executor: ^0.1.2 copied to clipboard

outdatedDart 1 only

Executes async tasks with a configurable maximum concurrency and rate.

Changelog #

0.1.2 #

  • Expose internal stats: runningCount, waitingCount, scheduledCount.
  • Enable sync-points with join(), which allows to track the completion of the currently running (and optionally the waiting) tasks.

0.1.1 #

  • Fix missing heartbeat check on Executor.close(), without it the Future might not have completed.

0.1 #

  • start-rate limit support
  • renamed limit to concurrency (leaving old field, marked deprecated)
26
likes
30
pub points
85%
popularity

Publisher

verified publisheragilord.com

Executes async tasks with a configurable maximum concurrency and rate.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

More

Packages that depend on executor