I have a parallel for inside a parallel task.
Nesting works fine, but the nested threads are launched every time,
and the overhead is problematic.
Is there a way to keep the nested threads persistent?

Reply via email to