Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiprocessing.Queue has no task_done() #17

Merged
merged 1 commit into from
Sep 12, 2014
Merged

Conversation

loisaidasam
Copy link
Contributor

See https://docs.python.org/2/library/multiprocessing.html#pipes-and-queues

Specifically:

"The Queue, multiprocessing.queues.SimpleQueue and JoinableQueue types are multi-producer, multi-consumer FIFO queues modelled on the Queue.Queue class in the standard library. They differ in that Queue lacks the task_done() and join() methods introduced into Python 2.5’s Queue.Queue class."

See https://docs.python.org/2/library/multiprocessing.html#pipes-and-queues

Specifically:

"The Queue, multiprocessing.queues.SimpleQueue and JoinableQueue types are multi-producer, multi-consumer FIFO queues modelled on the Queue.Queue class in the standard library. They differ in that Queue lacks the task_done() and join() methods introduced into Python 2.5’s Queue.Queue class."
@exhuma exhuma merged commit 30ca2a1 into exhuma:master Sep 12, 2014
@exhuma
Copy link
Owner

exhuma commented Sep 14, 2014

Thanks btw. I feel stupid for making you add those lines, but less stupid now because I learnt something new about the multiprocessing module 🍺

@loisaidasam
Copy link
Contributor Author

Hehe all gravy, no worries 🍺

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants