I\'m trying to multithread some data-intensive IO requests using Thread and Queue.
from queue import Queue from threadi