Skip to content

Commit

Permalink
update: md
Browse files Browse the repository at this point in the history
  • Loading branch information
zeqinjie committed Sep 8, 2023
1 parent 1e22266 commit 3701601
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
### Easily queue futures and await their values.
fork form [dart_queue](https://github.com/rknell/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
* fix: the problem of exceeding the specified number of concurrent tasks [pull16](https://github.com/rknell/dart_queue/pull/16)
* fix: after cancel,can add to queue [pull17](https://github.com/rknell/dart_queue/pull/17)
* feat: support lifo from [pull18](https://github.com/rknell/dart_queue/pull/18)
* feat: support remove task
* feat: support pause and resume task
* feat: support set task priority

0 comments on commit 3701601

Please sign in to comment.