You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
able to add custom stores for queue (3f0183e), closes #21
BREAKING CHANGES:
TimeQueue#queued moved to async TimeQueued#store.getQueued()
Since managing the queue is now async, some properties such as active and intransitmay not update in the same event loop
even when using the default memory store.