You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/taskblock.tex
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,6 @@
78
78
}
79
79
\end{codeblock}
80
80
81
-
\begin{itemdescr}
82
81
\pnum
83
82
The class \tcode{task_block} defines an interface for forking and joining parallel tasks. The \tcode{define_task_block} and \tcode{define_task_block_restore_thread} function templates create an object of type \tcode{task_block} and pass a reference to that object to a user-provided function object.
84
83
@@ -127,8 +126,6 @@
127
126
Implementations are encouraged to diagnose the above error at translation time.
128
127
\end{note}
129
128
130
-
\end{itemdescr}
131
-
132
129
\rSec2[parallel.task_block.class.run]{\tcode{task_block} member function template \tcode{run}}
0 commit comments