Closed
Description
openedon Jun 4, 2024
In the docs on Asynchronous locks, section "Built-in Reader/Writer Synchronization", it says that you can use AcquireReadLockAsync
and AcquireWriteLockAsync
on any reference type.
Could you consider adding a similar IDisposable
-returning extension method for upgrading from read to write?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment