Skip to content

Commit b378ffc

Browse files
committed
Level 8: Links zur Doku
1 parent e8eb8f5 commit b378ffc

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Level_8/prozesse.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,4 @@ def fun():
4141
while True:
4242
sleep(100)
4343

44-
45-
44+
# siehe auch: https://docs.python.org/3.6/library/multiprocessing.html

Level_8/threads.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,5 @@ def fun():
4545

4646
while True:
4747
sleep(100)
48+
49+
# siehe auch: https://docs.python.org/3.6/library/threading.html

0 commit comments

Comments
 (0)