Skip to content

Releases: zeqinjie/tw_queue

v0.0.1

08 Sep 03:35
Compare
Choose a tag to compare

Easily queue futures and await their values.

fork form dart_queue

change

  • fix: the problem of exceeding the specified number of concurrent tasks pull16
  • fix: after cancel,can add to queue pull17
  • feat: support lifo from pull18
  • feat: support remove task
  • feat: support pause and resume task
  • feat: support set task priority