Edward Lam
Results
11
issues of
Edward Lam
Is `task_group::wait()` thread-safe? Suppose we have a shared `tbb::task_group` that is used to schedule some work but then multiple threads call `wait()` on the same task_group. I can't find anything...
question