Skip to content

Commit fbfbcce

Browse files
committed
Italicize task block and nearest enclosing as suggested by Bryce
1 parent 3b440b7 commit fbfbcce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

task_block.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ <h1>Class <code>task_block</code></h1>
9292
</p>
9393

9494
<p>
95-
A <code>task_block</code> is <em>active</em> if it was created by the nearest enclosing task block, where “task block” refers to an
96-
invocation of <code>define_task_block</code> or <code>define_task_block_restore_thread</code> and “nearest enclosing” means the most
95+
A <code>task_block</code> is <em>active</em> if it was created by the <ins><em>nearest enclosing</em></ins><del>nearest enclosing</del> <ins><em>task block</em></ins><del>task block</del>, where <ins><em>task block</em></ins><del>“task block”</del> refers to an
96+
invocation of <code>define_task_block</code> or <code>define_task_block_restore_thread</code> and <ins><em>nearest enclosing</em></ins><del>“nearest enclosing”</del> means the most
9797
recent invocation that has not yet completed. Code designated for execution in another thread by means other
9898
than the facilities in this section (e.g., using <code>thread</code> or <code>async</code>) are not enclosed in the task block and a
9999
<code>task_block</code> passed to (or captured by) such code is not active within that code. Performing any operation on a

0 commit comments

Comments
 (0)