Skip to content

Commit 25d14e7

Browse files
committed
[oneTBB] task_handle related extensions
- fixed typo Signed-off-by: Anton Potapov <anton.potapov@intel.com>
1 parent f516a74 commit 25d14e7

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
.. SPDX-FileCopyrightText: 2019-2021 Intel Corporation
2-
......................................................
1+
.. SPDX-FileCopyrightText: 2019-2020 Intel Corporation
2+
..
33
.. SPDX-License-Identifier: CC-BY-4.0
44
55
===============
@@ -86,4 +86,4 @@ with the ``task_arena`` currently used by the calling thread.
8686
The behavior of this function is identical to the generic version (``template<typename F> void enqueue(F&& f)``), except the parameter type.
8787

8888
.. note::
89-
``h`` should not be empty to avoid an undefined behavior.
89+
``h`` should not be empty to avoid an undefined behavior.

source/elements/oneTBB/source/task_scheduler/task_group/task_handle.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ An instance of ``task_handle`` type owns a deferred task object.
3939
Member Functions
4040
----------------
4141

42+
.. namespace:: tbb::task_handle
43+
4244
.. cpp:function:: task_handle()
4345

4446
Creates an empty ``task_handle`` object.

0 commit comments

Comments
 (0)