Skip to content

Commit

Permalink
[oneTBB] Remove the mentions of global usage of task_scheduler_observ…
Browse files Browse the repository at this point in the history
…er (#601)
  • Loading branch information
aepanchi authored Feb 6, 2025
1 parent cfa6ee3 commit 96e2e03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Class that represents thread interest in task scheduling services.
} // namespace oneapi
A ``task_scheduler_observer`` permits clients to observe when a thread starts
and stops processing tasks, either globally or in a certain task scheduler arena.
and stops processing tasks in a certain task scheduler arena.
You typically derive your own observer class from ``task_scheduler_observer``, and override
virtual methods ``on_scheduler_entry`` or ``on_scheduler_exit``.
Observation can be enabled and disabled for an observer instance; it is disabled on creation.
Expand Down

0 comments on commit 96e2e03

Please sign in to comment.