mutex#
a really simple mutex.
const mutex = new Mutex();
{
using _lock = await mutex.acquire();
// ... go about your day
}
For self-hosted knots, clone URLs may differ based on your setup.
Download tar.gza really simple mutex.
const mutex = new Mutex();
{
using _lock = await mutex.acquire();
// ... go about your day
}