openfl / lime

A foundational Haxe framework for cross-platform development
https://lime.openfl.org/
MIT License
749 stars 361 forks source link

Changed Backend Mutex `lock` and `unlock` Methods to be Constant #1729

Closed Just-Feeshy closed 5 months ago

Just-Feeshy commented 7 months ago

This PR is a minor change. However, this change does offer a broader use towards const instances that need to perform synchronization, such as a ScopeLock class.