README
Semaphore
A semaphore implementation written in Typescript. A semaphore limits the number of threads that can access a resource or pool of resources concurrently.
A semaphore implementation written in Typescript. A semaphore limits the number of threads that can access a resource or pool of resources concurrently.
<script type="module">
import alumisSemaphore from 'https://cdn.skypack.dev/@alumis/semaphore';
</script>
A semaphore implementation written in Typescript. A semaphore limits the number of threads that can access a resource or pool of resources concurrently.