Skip to content

Commit

Permalink
Update Multiprocessing-queue.py
Browse files Browse the repository at this point in the history
  • Loading branch information
guochen-code authored Aug 26, 2022
1 parent cd46f41 commit 2edcc55
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Multiprocessing-queue.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
************************************************************************************************************************************************************

multiple consumers/child processes and one producer/parent process


one producer (different data streams) - multiple queues - multiple consumers (one consumer only process one specific data stream)

************************************************************************************************************************************************************

from multiprocessing import Process, Queue
Expand Down

0 comments on commit 2edcc55

Please sign in to comment.