oneapi-src / oneTBB

oneAPI Threading Building Blocks (oneTBB)
https://oneapi-src.github.io/oneTBB/
Apache License 2.0
5.59k stars 1.01k forks source link

Improve usability of flow_graph to task_arena attachment #932

Open isaevil opened 1 year ago

isaevil commented 1 year ago

This is a usability issue. The problem that attachment of flow_graph to specific task_arena looks confusing for users (see #419). Consider simplifying oneTBB API in this sense. For example, one possible way is to accept task_arena instance in flow_graph constructor. Also consider improving documentation for flow_graph.

arunparkugan commented 1 month ago

@isaevil is this issue still relevant?

isaevil commented 1 month ago

@arunparkugan yes.