semaphore-async-await icon indicating copy to clipboard operation
semaphore-async-await copied to clipboard

:crossed_flags: Promise based Semaphore suitable to be used with async/await.

Results 2 semaphore-async-await issues
Sort by recently updated
recently updated
newest added

Is there a trick to using this module in a Typescript project? ``` import Semaphore from 'semaphore-async-await'; const lock = new Semaphore(1); TypeError: Semaphore is not a constructor ``` I...

Please provide execute version with timeout