The goal of this session is to discuss the TBB features we use in ROOT and that have been deprecated.
We will also review together a PR with a proposal to replace the deprecated features:
https://github.com/root-project/root/pull/5551
To make the meeting more productive, please have a look at the PR beforehand. Here is a couple of points we could discuss (of course there might be more):
- Do we want to expose the arena to TThreadExecutor or hide it in TPoolManager?
- Should the arena operations "execute" and "isolate" be used together or we should just invoke "isolate"?