Skip to content

testdouble/lockify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.