a really simple mutex jsr.io/@mary/mutex
typescript jsr
TypeScript 100.0%
3 1 0

Clone this repository

https://tangled.org/mary.my.id/pkg-mutex
git@tangled.org:mary.my.id/pkg-mutex

For self-hosted knots, clone URLs may differ based on your setup.

README.md

mutex#

JSR | source code

a really simple mutex.

const mutex = new Mutex();

{
	using _lock = await mutex.acquire();

	// ... go about your day
}