Permalink
Please
sign in to comment.
Browse files
Refactor queueing system to allow auto-dequeuing to use dequeue direc…
…tly and therefore require dequeue to always leave the element it has dequeued on the queue. - In the fx queue, a progress sentinel is added when a queue element is dequeued. - The sentinel is ignored when dequeue is called explicitly - When adding a new element to the fx queue, queue() checks if the progress sentinel is present. If not, it calls dequeue()
- Loading branch information
Showing
with
43 additions
and 39 deletions.
- +23 −16 src/data.js
- +20 −23 test/unit/data.js
0 comments on commit
991d039