Skip to content

Commit 96e2e03

Browse files
authored
[oneTBB] Remove the mentions of global usage of task_scheduler_observer (#601)
1 parent cfa6ee3 commit 96e2e03

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_scheduler_observer_cls.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Class that represents thread interest in task scheduling services.
3333
} // namespace oneapi
3434
3535
A ``task_scheduler_observer`` permits clients to observe when a thread starts
36-
and stops processing tasks, either globally or in a certain task scheduler arena.
36+
and stops processing tasks in a certain task scheduler arena.
3737
You typically derive your own observer class from ``task_scheduler_observer``, and override
3838
virtual methods ``on_scheduler_entry`` or ``on_scheduler_exit``.
3939
Observation can be enabled and disabled for an observer instance; it is disabled on creation.

0 commit comments

Comments
 (0)