getify / revocable-queue

Specialized async queue data structure, supports revocation of values

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need to manage a gate of event-state toggles

getify opened this issue · comments

Need a helper that provides a gate, which subscribes to a set of EventEmitter instances (via lazyZip(..)) and completes only when all toggle event-states are activated at the same time.