executor_lib 1.1.2 executor_lib: ^1.1.2 copied to clipboard
Provides an abstraction for executing jobs.
1.1.2 #
- enable use of
ConcurrencyExecutor
withExecutorDelegate
1.1.1 #
- add
toString
toCancellationException
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 selectionPoolExecutor
is extensible to use implementations ofExecutor
other thanIsolateExecutor
- requires flutter 3.0
0.2.1 #
- support reentrancy
0.1.1 #
- Add CI
- Improve README
0.1.0 #
- Initial version.