We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa6ee3 commit 96e2e03Copy full SHA for 96e2e03
source/elements/oneTBB/source/task_scheduler/task_arena/task_scheduler_observer_cls.rst
@@ -33,7 +33,7 @@ Class that represents thread interest in task scheduling services.
33
} // namespace oneapi
34
35
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.
+and stops processing tasks in a certain task scheduler arena.
37
You typically derive your own observer class from ``task_scheduler_observer``, and override
38
virtual methods ``on_scheduler_entry`` or ``on_scheduler_exit``.
39
Observation can be enabled and disabled for an observer instance; it is disabled on creation.
0 commit comments