HomePhabricator
Diffusion MITK 661bb3ef5fe3

Migrate legacy ITK threading to C++ standard library threading

Description

Migrate legacy ITK threading to C++ standard library threading

I isolated the migration of threading involving the replacement of
itk::MultiThreader with std::thread in this commit as it has a high
potential of unwanted/unexpected runtime changes or bugs.

Details

Provenance
kislinskAuthored on Feb 18 2022, 1:07 AM
kislinskPushed on Feb 18 2022, 1:07 AM
Differential Revision
Restricted Differential Revision
Parents
rMITKca68c1b2076b: Migrate more classes to ITK v5
Branches
Unknown
Tags
Unknown
Tasks
T27437: Migrate MITK to use ITK 5.x