v0.1.7
Changed
PriorityQueue
to wait a frame to schedule new tasks instead of usingPromise.resolve
so tasks will only be started once per frame.
PriorityQueue
to wait a frame to schedule new tasks instead of using Promise.resolve
so tasks will only be started once per frame.