We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bcac4b commit 9723778Copy full SHA for 9723778
threads.tex
@@ -1313,8 +1313,8 @@
1313
\item \emph{thead-safe} means that the function can be called from multiple
1314
threads in parallel without destructive consequences
1315
\begin{itemize}
1316
-\item the function which was not designed to be thread-safe can be
1317
-converted into the one that is by inserting a locked section.
+\item a function which was not designed to be thread-safe can be
+converted into one that is -- by inserting a locked section.
1318
\item this is obviously not very efficient
1319
\end{itemize}
1320
\item \emph{reentrant} typically means that the function was designed
0 commit comments