1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-30 03:32:36 +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
..
2023-02-23 01:57:23 +01:00
2023-02-26 14:07:48 +01:00
2023-03-04 00:55:34 +01:00
2023-02-23 01:57:23 +01:00
2016-12-15 13:09:40 +01:00
2023-01-21 18:39:42 +01:00
2022-09-22 21:35:26 +03:00
2021-10-05 22:51:12 +02:00
2022-10-06 21:50:31 +02:00