async-lock
There are 8 repositories under async-lock topic.
dotnet/dotNext
Next generation API for .NET
kaaninel/asynclock
A helper for pausing functions.
izure1/ryoiki
A range-based locking library for JavaScript, enabling concurrent read locks and exclusive write locks with seamless management of overlapping ranges.
jasonkuo41/CellWars.Threading.AsyncLock
A high performance and re-entrant async lock for C#.
mtripg6666tdr/async-lock
Promise based simple mutex for JS: preventing from running same code block at the same time.
oliver-oloughlin/async_lock
Simple and small-weight async lock for running callback functions sequentially, with zero dependencies.
ori88c/zero-overhead-keyed-promise-lock
An efficient keyed Promise lock for Node.js projects, ensuring the mutually exclusive execution of tasks associated with the same key. Key features include active key metrics and the ability to gracefully await the completion of all currently executing or pending tasks, making it ideal for robust production applications requiring smooth teardown.
rblt/async-lock
An awaitable semaphore class for the .NET's TPL library which can be used similar to the conventional `lock` block.