qsize()
Return the approximate size of the queue. Because of multithreading/multiprocessing semantics, this number is not reliable.
Note that this may raise NotImplementedError
on Unix platforms like Mac OS X where sem_getvalue()
is not implemented.
Please login to continue.