Home
last modified time | relevance | path

Searched refs:QueueFull (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/asyncio/
Dqueues.py15 class QueueFull(Exception): class
144 raise QueueFull
/external/python/cpython3/Doc/library/
Dasyncio-queue.rst81 If no free slot is immediately available, raise :exc:`QueueFull`.
134 .. exception:: QueueFull
/external/python/cpython3/Lib/test/test_asyncio/
Dtest_queues.py443 self.assertRaises(asyncio.QueueFull, q.put_nowait, 2)
450 self.assertRaises(asyncio.QueueFull, q.put_nowait, 3)
/external/python/cpython3/Misc/
DHISTORY2624 Empty/Full to QueueEmpty/QueueFull; "with (yield from lock)" now