executor_lib 1.1.1 copy "executor_lib: ^1.1.1" to clipboard
executor_lib: ^1.1.1 copied to clipboard

Provides an abstraction for executing jobs.

1.1.1 #

  • add toString to CancellationException to improve observability in obfuscated code

1.1.0 #

  • add ConcurrencyExecutor, an executor that limits concurrency and queues jobs
  • add ImmediateExecutor, an executor that starts tasks immediately when submitted

1.0.0 #

  • PoolExecutor implements leastconn selection
  • PoolExecutor is extensible to use implementations of Executor other than IsolateExecutor
  • requires flutter 3.0

0.2.1 #

  • support reentrancy

0.1.1 #

  • Add CI
  • Improve README

0.1.0 #

  • Initial version.
1
likes
120
pub points
73%
popularity

Publisher

verified publishergreensopinion.com

Provides an abstraction for executing jobs.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

async, flutter

More

Packages that depend on executor_lib