Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 188 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 188 Bytes

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.