canjs / can-queues

A light weight JavaScript task queue
https://canjs.com/doc/can-queues.html
MIT License
2 stars 2 forks source link

Make Infinity the default priority #13

Closed matthewp closed 6 years ago

matthewp commented 6 years ago

This makes it so that by default tasks are put into the Infinity priority, and this runs last. This will make it so that higher priority tasks run first.

This is in aid of https://github.com/canjs/canjs/issues/3821

matthewp commented 6 years ago

Going to hold off on this and revisit for 5.0