Closed cmeeren closed 5 months ago
In EnterReadLockAsync, there is one overload accepting a token, and another accepting a timeout and a token.
EnterReadLockAsync
In AcquireReadLockAsync, there is one overload accepting a token, and another accepting a timeout, but not one accepting both.
AcquireReadLockAsync
The same is true for AcquireLockAsync and AcquireWriteLockAsync.
AcquireLockAsync
AcquireWriteLockAsync
It would be great if the Acquire methods had overloads accepting both a timeout and a token.
Acquire
Thanks! 😊👍
In
EnterReadLockAsync
, there is one overload accepting a token, and another accepting a timeout and a token.In
AcquireReadLockAsync
, there is one overload accepting a token, and another accepting a timeout, but not one accepting both.The same is true for
AcquireLockAsync
andAcquireWriteLockAsync
.It would be great if the
Acquire
methods had overloads accepting both a timeout and a token.