fork form dart_queue
- 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
- add demo
- feat removes all items from the queue that have not thrown a [QueueCancelledException]