Skip to content

Commit 0affb6d

Browse files
missed markup in description of finalize(task_scheduler_handle) (#395)
minor code highlight in the description of finalize
1 parent 7974d4c commit 0affb6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/elements/oneTBB/source/task_scheduler/scheduling_controls/task_scheduler_handle_cls.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ If calls are performed simultaneously, more than one call might succeed.
122122
.. cpp:function:: bool finalize(task_scheduler_handle& handle, const std::nothrow_t&) noexcept
123123

124124
**Effects**: If ``handle`` is not empty, blocks the program execution until all worker threads have been completed; otherwise, does nothing.
125-
The behavior is the same as finalize(handle); however, ``false`` is returned instead of exception or ``true`` if no exception.
125+
The behavior is the same as ``finalize(handle)`` however, ``false`` is returned instead of exception or ``true`` if no exception.
126126

127127
Examples
128128
--------

0 commit comments

Comments
 (0)