get_nowait()
Remove and return an item from the queue.
Return an item if one is immediately available, else raise QueueEmpty
.
get_nowait()
Remove and return an item from the queue.
Return an item if one is immediately available, else raise QueueEmpty
.
Please login to continue.