AsyncKeyedLock

Back to projects
Language C#
License MIT
Platform GitHub
Added 1 months ago

An asynchronous .NET library that allows you to lock based on a key (keyed semaphores), limiting concurrent threads sharing the same key to a specified number, with optional pooling for reducing memory allocations.