-
Std::thread is not supported by the current MXE builds as they are simply not implemented yet. Boost threads are available though. Places where threading code cannot (easily) be replaced with Xdispatc…
-
Some threading issues require sequential execution. These can be enforced by for instance condition variables. Unfortunately there are currently some issues with condition variables in libc++ so to av…
-
The Devs dropped support for the mingw32 64 bits builds because of issues they had with atomics. This might be resolved now so we should check if we can make it work.