1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-20 14:45:44 +00:00
Files
godot/platform/uwp
Pedro J. Estébanez 8ed259b792 Modernize RWLock
- Based on C++14's `shared_time_mutex`
- No more need to allocate-deallocate or check for null
- No pointer anymore, just a member variable
- Platform-specific implementations no longer needed
- Simpler for `NO_THREADS`
2021-01-19 11:53:10 +01:00
..
2021-01-01 20:19:21 +01:00
2021-01-01 20:19:21 +01:00
2021-01-19 11:53:10 +01:00
2021-01-09 10:03:23 +00:00