Skip to content

Adding a callback queue in `vtkProcessModule` to run in the background

This commit adds an API to vtkProcessModule to give a handle on a vtkThreadedCallbackQueue. One can push jobs to be run in this queue, which will run them on some threads it has spawned.

Edited by Yohann Bearzi (Kitware)

Merge request reports