This class is :ref:`not thread safe <asyncio-multithreading>`.
- .. versionchanged:: 3.4.3
+ .. versionchanged:: 3.4.4
New :meth:`join` and :meth:`task_done` methods.
.. method:: empty()
This method is a :ref:`coroutine <coroutine>`.
- .. versionadded:: 3.4.3
+ .. versionadded:: 3.4.4
.. coroutinemethod:: put(item)
Raises :exc:`ValueError` if called more times than there were items
placed in the queue.
- .. versionadded:: 3.4.3
+ .. versionadded:: 3.4.4
.. attribute:: maxsize
Deprecated alias for :class:`Queue`.
- .. deprecated:: 3.4.3
+ .. deprecated:: 3.4.4
Exceptions