UNPKG

lightning-pool

Version:

Fastest generic Pool written with TypeScript

12 lines (11 loc) 186 B
export declare enum PoolState { IDLE = 0, STARTED = 1, CLOSING = 2, CLOSED = 3 } export declare enum ResourceState { IDLE = 0, ACQUIRED = 1, VALIDATION = 2 }