lockify
v1.0.1
Published
If your promise-returning function can't run concurrently, lockify it!
Downloads
3
Readme
Lockify
Use promises to ensure a function doesn't execute concurrently
Most asynchronous functions are fine to run concurrently with themselves. But when they're not - lockify them.