Skip to content

Commit 5089b5a

Browse files
authored
Improve a comment in the example
1 parent e93ac74 commit 5089b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/elements/oneTBB/source/task_scheduler/task_arena/task_arena_cls.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ to the corresponding NUMA node.
376376
}
377377
378378
arenas[0].execute([] {
379-
/* parallel work */
379+
/* executed by the main thread pinned to the NUMA node for arenas[0] */
380380
});
381381
382382
for (int i = 1; i < arenas.size(); i++) {

0 commit comments

Comments
 (0)