ActualLab / Fusion

MIT License
72 stars 9 forks source link

.NET 9.0 locking fixes #25

Open MarkCiliaVincenti opened 3 weeks ago

MarkCiliaVincenti commented 3 weeks ago

Fixes locking issues in .NET 9.0. You should not use System.Threading.Lock in conjunction with Monitor since the .NET 9.0 version is not Monitor-based.