Closed kayarre closed 3 years ago
I tested it locally on the files listed in the README and it appears to work.
Actually this code is not used if the USE_MULTITHREADING advanced option in cmake is not used. It needed small fixes because the semantics with try_lock were different, but it works now with the option USE_MULTITHREADING. Pulled, thanks!
Ahh totally missed the multi-threading option. Thank you!
tried replacing the vtk mutex with std::mutex. hooray for c++11. Compiles, needs testing.