1.0.3 • Published 6 months ago

sleep_locker v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

Sleep locker

demo

(async () => {
    await locker.acquire(); // get locker
    setTimeout(() => {
        locker.release(); // release locker after process
    }, 1000);
})();
1.0.3

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago