concurrent_executor 0.12.0 copy "concurrent_executor: ^0.12.0" to clipboard
concurrent_executor: ^0.12.0 copied to clipboard

a concurrent task executor

0.1.0 #

  • Initial version. empty tasks receiver isolate is main(or other invoker isolate)

0.2.0 #

  • Modify the method of creating executors to optimize message communication between isolates

0.3.0 #

  • Optimized Executor can return FutureOr

0.4.0 #

  • support task state

0.5.0 #

  • allow state with a custom type.

0.5.1 #

  • fix wrapper declare

0.7.0 #

  • update english comment, finished executor close method.

0.7.1 #

  • support fetch executor unfinished tasks.
  • fix afterRunningFinished

0.7.2 #

  • fix multi ilde message from worker in initial status

0.8.0 #

  • refactor unfinishedTasks method
  • update README example

0.9.0 #

  • update minimum sdk support.

0.9.1 #

  • fix meta

0.9.2 #

  • update minimum sdk to 2.12.0

0.10.0 #

  • update deps and minimum sdk to 2.16.1

0.10.1 #

  • fix example and readme by lastest commit

0.11.0 #

  • update to dart 3.0

0.12.0 #

  • update to dart 3.1
2
likes
130
pub points
0%
popularity

Publisher

unverified uploader

a concurrent task executor

Repository

Documentation

API reference

License

MIT (LICENSE)

Dependencies

logging, meta

More

Packages that depend on concurrent_executor