Files
NazaraEngine/tests/UnitTests
SirLynix c303bf9283 Core/TaskScheduler: Use WorkStealingQueue::pop
steal() can incorrectly return nullptr even if the list is not empty in case of concurrent access, but push and pop are not threadsafe so we use a spinlock to prevent concurrent uses
2024-02-02 23:19:29 +01:00
..
2023-12-02 13:56:24 +01:00
2024-01-23 19:31:21 +01:00