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 67afb79 commit 1abe9b0Copy full SHA for 1abe9b0
threads.tex
@@ -38,7 +38,7 @@
38
inherent data sharing if working with threads.} Note that all threads of the
39
same process have equal access to the process virtual address space.
40
\item Not all applications are fit for multithreading as some tasks are not
41
-inherently parallel in nature.
+inherently concurrent in nature.
42
\item Even that debuggers typically support threads, debugging changes timing so
43
the problem may not reproduce when using the debugger. That is usually not an
44
issue in a single threaded application.
0 commit comments