91
Development / Re: code completion breaks after changing header file
« Last post by Pecan on May 27, 2025, 04:52:04 am »As it turns out, a timeout wxMutex on Manjaro always returns wxMUTEX_MISC_ERROR.
I'm having to change all wxMutex.LockTimeout()s to std::timed_mutex(s) which do work on Manjaro.
This means that any code that was protected by a timed wxMutex never executes.
8>{
I'm having to change all wxMutex.LockTimeout()s to std::timed_mutex(s) which do work on Manjaro.
This means that any code that was protected by a timed wxMutex never executes.
8>{