An open API service indexing awesome lists of open source software.

https://github.com/testdouble/lockify

Ensure an async function does not run concurrently.
https://github.com/testdouble/lockify

async javascript promise

Last synced: 9 months ago
JSON representation

Ensure an async function does not run concurrently.

Awesome Lists containing this project

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.