UNPKG

@toolbuilder/semaphore

Version:

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

3 lines (2 loc) 78 B
export { Semaphore } from './semaphore.js' export { Mutex } from './mutex.js'