Skip to content

Commit 13f81b1

Browse files
authored
Update multiprocessing3_queue.py
1 parent d1869a1 commit 13f81b1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

multiprocessingTUT/multiprocessing3_queue.py

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# View more python learning tutorial on my Youtube and Youku channel!!!
2+
3+
# Youtube video tutorial: https://www.youtube.com/channel/UCdyjiB5H8Pu7aDTNVXTTpcg
4+
# Youku video tutorial: http://i.youku.com/pythontutorial
5+
16
import multiprocessing as mp
27

38
def job(q):

0 commit comments

Comments
 (0)