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 e6b1ef2 commit 15ae83fCopy full SHA for 15ae83f
exercises/threads/README.md
@@ -1,6 +1,6 @@
1
# Threads
2
3
-In most current operating systems, an executed program’s code is run in a process, and the operating system manages multiple processes at once.
+In most current operating systems, an executed program's code is run in a process, and the operating system manages multiple processes at once.
4
Within your program, you can also have independent parts that run simultaneously. The features that run these independent parts are called threads.
5
6
## Further information
0 commit comments