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 a6d862a commit 40ddccbCopy full SHA for 40ddccb
threads.tex
@@ -243,6 +243,9 @@
243
\end{slide}
244
245
\begin{itemize}
246
+\item If the main thread does not wait for the thread to finish, the whole
247
+program will terminate even though there are still some threads running,
248
+see \example{pthreads/pthread\_create.c}
249
\item Be careful not to use this:
250
\begin{alltt}
251
for (i = 0; i < N; i++)
0 commit comments