Skip to content

fix bug with queue.empty not being reliable#898

Merged
mrwyattii merged 2 commits into
masterfrom
mrwyattii/fix-multiprocessing-bug
May 1, 2024
Merged

fix bug with queue.empty not being reliable#898
mrwyattii merged 2 commits into
masterfrom
mrwyattii/fix-multiprocessing-bug

Conversation

@mrwyattii
Copy link
Copy Markdown
Contributor

See docs on queue for python multiprocessing. Specifically, Because of multithreading/multiprocessing semantics, this is not reliable.: https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Queue.empty

See docs on `queue` for python multiprocessing. Specifically, `Because of multithreading/multiprocessing semantics, this is not reliable.`: https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Queue.empty
@mrwyattii mrwyattii merged commit cce6223 into master May 1, 2024
@mrwyattii mrwyattii deleted the mrwyattii/fix-multiprocessing-bug branch May 1, 2024 18:12
hwchen2017 pushed a commit that referenced this pull request Jun 8, 2025
See docs on `queue` for python multiprocessing. Specifically, `Because of multithreading/multiprocessing semantics, this is not reliable.`: https://docs.python.org/3/library/multiprocessing.html#multiprocessing.Queue.empty
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