Skip to content

Commit

Permalink
UniqueToken.rst: rm warning to reduce redundancy
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpowelsnl committed Nov 12, 2024
1 parent 0156d10 commit 39292ec
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/source/API/core/parallel-dispatch/UniqueToken.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ Parameters
.. note::
In a parallel region, before the main computation, a pool of ``UniqueToken`` (integer) ID is generated. A generated ID is released following iteration (see ``void release(size_t idx)`` below).

.. warning::
``UniqueToken <ExecutionSpace> token`` *can* be called inside a parallel region, *but* must be released at the end of *each* work item.



Constructors
-------------
Expand Down

0 comments on commit 39292ec

Please sign in to comment.