You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LesbianDB-style lightweight async semaphores are an excellent alternative to SemaphoreSlim because they are fully managed, fully async, and unlike SemaphoreSlim, they don't need to be disposed of.
LesbianDB-style lightweight async semaphores are an excellent alternative to SemaphoreSlim because they are fully managed, fully async, and unlike SemaphoreSlim, they don't need to be disposed of.
https://github.com/jessiepathfinder/LesbianDB-v2.1/blob/master/LesbianDB/AsyncManagedSemaphore.cs
The text was updated successfully, but these errors were encountered: