MarkCiliaVincenti / AsyncKeyedLock

An asynchronous .NET Standard 2.0 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.

Home Page:https://www.nuget.org/packages/AsyncKeyedLock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MarkCiliaVincenti/AsyncKeyedLock Stargazers