PackageTrack
Sign in Get early access

executor

Executes async tasks with a configurable maximum concurrency and rate.

2.2.5 10K downloads/mo #2943 most downloaded on pub.dev agilord/executor

What this package is like to depend on

Last release 1 years ago

13 Apr 2025

Release timing varies

gaps range from 1 weeks to 1.9 years

Most releases are documented

notes for 14 of 19 stable releases

Nothing withdrawn

no release was ever pulled

10 years old

19 releases · first in 2016

0 releases in the last 12 months

see the full history below

Release timeline

19 releases · Dec 2016 to Apr 2025
2017 2018 2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 19
  1. 2.2.5 13 Apr 2025
    Release notes
    • isOpen method to indicate if the Executor is still accepting tasks.
    Open source →
  2. 2.2.4 23 Sep 2024
    Release notes
    • Updated lints.
    Open source →
  3. 2.2.3 03 Feb 2023
    Release notes
    • Fix tasks with non-nullable return types when an error is thrown. (#4 by davidmartos96)
    Open source →
  4. 2.2.2 23 Feb 2021
    Release notes
    • Migrated to null safety (by swdyh)
    Open source →
  5. 2.2.1 21 Feb 2020
    Release notes
    • Updated code to Dart 2.7.0 and latest lints.
    • Fix: task completion updates the running count immediately.
    Open source →
  6. 2.2.0 18 Aug 2019
    Release notes
    • Removed new keyword, and updated to follow package:pedantic rules.
    • Executor.join will register Future.catchError on task futures, preventing uncaught exceptions from blocking further execution.
    • Simplified execution and trigger mechanism.
    Open source →
  7. 2.1.2 24 Sep 2018
    Release notes
    • Using package:stack_trace to chain async stacktraces when task fails.
    Open source →
  8. 2.1.1 21 Sep 2018
    Release notes
    • Improved design on loop and scheduling, preserving caller stacktrace with full details.
    Open source →
  9. 2.1.0 11 Sep 2018
    Release notes
    • Removed Timers to schedule tasks, using a simple loop instead.
    • Better distribution for rate-limited executions.
    Open source →
  10. 2.0.0 12 Aug 2018
    Release notes
    • Supporting Dart 2 only.
    Open source →
  11. 1.0.1 12 May 2018
    Release notes
    • Dart2 compatibility with package:dart2_constant.
    Open source →
  12. 1.0.0 19 Sep 2017
    Release notes

    Breaking changes

    • Removed deprecated member limit.
    • Renamed ExecutorTask -> AsyncTask, return value to FutureOr.
    • Renamed Rate.limit -> Rate.maximum.

    New features

    • Added Executor.onChange. Clients can use this to monitor the current scheduledCount and queue more tasks to ensure Executor is running on full capacity.

    Housekeeping

    • Added example.
    • Added a few tests.
    Open source →
  13. 0.1.2 03 May 2017
    Release notes
    • 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.
    Open source →
  14. 0.1.1 03 May 2017
    Release notes
    • Fix missing heartbeat check on Executor.close(), without it the Future might not have completed.
    Open source →
  15. 0.1.0 30 Mar 2017

    Nothing published for this version

  16. 0.0.4 01 Jan 2017

    Nothing published for this version

  17. 0.0.3 29 Dec 2016

    Nothing published for this version

  18. 0.0.2 28 Dec 2016

    Nothing published for this version

  19. 0.0.1 27 Dec 2016

    Nothing published for this version

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive