UNPKG

gate-executor

Version:

A work queue that can be gated, stopping to wait for sub-queues to complete.

3 lines (2 loc) 88 B
declare function MakeGateExecutor(options?: any): any; export default MakeGateExecutor;