a really simple mutex
jsr.io/@mary/mutex
typescript
jsr
mutex#
a really simple mutex.
const mutex = new Mutex();
{
using _lock = await mutex.acquire();
// ... go about your day
}