Use unsized input Queue when preparing multiprocessing_with_queues
This PR speeds up the prep for multiprocessing_with_queues
by using an unsized input Queue
, meaning we can queue.put(..., block=False)
.
This PR speeds up the prep for multiprocessing_with_queues
by using an unsized input Queue
, meaning we can queue.put(..., block=False)
.