Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Queue.get is a blocking call; no need of checking if the queue is non-empty in a loop. https://docs.python.org/3/library/queue.html#queue.Queue.get
- Loading branch information