Backwards compatibility of System.Threading.Lock
With the release of .NET 9.0, we have System.Threading.Lock
which brings notable performance benefits over locking on objects, as one needed to do prior to .NET 9.0.
With the release of .NET 9.0, we have System.Threading.Lock
which brings notable performance benefits over locking on objects, as one needed to do prior to .NET 9.0.