We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8eb8f5 commit b378ffcCopy full SHA for b378ffc
2 files changed
Level_8/prozesse.py
@@ -41,5 +41,4 @@ def fun():
41
while True:
42
sleep(100)
43
44
-
45
+# siehe auch: https://docs.python.org/3.6/library/multiprocessing.html
Level_8/threads.py
@@ -45,3 +45,5 @@ def fun():
46
47
48
+
49
+# siehe auch: https://docs.python.org/3.6/library/threading.html
0 commit comments