coroutine get()
Remove and return an item from the queue. If queue is empty, wait until an item is available.
This method is a coroutine.
See also
The empty()
method.
coroutine get()
Remove and return an item from the queue. If queue is empty, wait until an item is available.
This method is a coroutine.
See also
The empty()
method.
Please login to continue.