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-10-09 16:44:18 +02: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
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-10-09 16:44:18 +02: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
2022-10-09 10:39:43 +00:00
2022-10-09 10:39:43 +00:00
2023-03-05 18:07:56 +01:00
2023-03-05 18:07:56 +01:00
2022-09-22 21:35:26 +03:00
2022-10-09 10:39:43 +00:00
2023-02-08 20:19:59 +01:00
2022-11-13 15:35:26 +01:00
2022-10-09 10:39:43 +00: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
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