Home
last modified time | relevance | path

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

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