Skip to content

Add std::thread as SMPTools backend

Add a new vtkSMPTools backend with std::thread. This version should be used for architectures with limited access to third party, it can be a replacement for the Sequential backend.

See https://discourse.vtk.org/t/std-thread-as-a-new-vtksmptools-backend/5525

Edited by Timothée Couble

Merge request reports