UNPKG

@toolbuilder/semaphore

Version:

Basic semaphore and mutex with both sync and async acquire methods.

3 lines 115 B
export { Semaphore } from "./semaphore.js"; export { Mutex } from "./mutex.js"; //# sourceMappingURL=index.d.ts.map