Ask a question to get started
Enter to sendā¢Shift+Enter new line
put( self, item, block = True, timeout = None, )
Put the item on the queue.
The optional 'block' and 'timeout' arguments are ignored, as this method never blocks. They are provided for compatibility with the Queue class.