1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-27 21:35:24 +00:00
elsid 0040da3497
Do not use std::shared_mutex to wait for job for async physics
std::shared_mutex in combination with std::condition_variable_any may
lead to a situation when notify_all does not wake up all waiting threads
on Windows. Use separate std::mutex and std::condition_variable to
notify about new job. Encapsulate all workers synchronization logic into
a separate type.
2023-03-05 18:07:56 +01:00
..
2022-10-09 10:39:43 +00:00
2022-10-09 10:39:43 +00:00
2022-09-22 21:35:26 +03:00
2022-09-22 21:35:26 +03:00
2022-09-22 21:35:26 +03:00
2023-02-03 23:00:09 +01:00
2022-09-22 21:35:26 +03:00
2022-09-22 21:35:26 +03:00
2022-09-22 21:35:26 +03:00
2022-09-22 21:35:26 +03:00