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.
TypeScript utilities library
<script type="module">
import alumisUtils from 'https://cdn.skypack.dev/@alumis/utils';
</script>
A semaphore implementation written in Typescript. A semaphore limits the number of threads that can access a resource or pool of resources concurrently.