dart_queue icon indicating copy to clipboard operation
dart_queue copied to clipboard

Insert new item in front

Open ened opened this issue 4 years ago • 1 comments

It would be nice to get a method to insert a new element at the front of the queue vs. only adding items to the end.

ened avatar Aug 05 '21 04:08 ened

better to have a parameter for added future, like priority, so queue will auto sort existing futures to resolve them by priority

braincreator avatar Apr 27 '23 20:04 braincreator