Searched refs:QueueFull (Results 1 – 4 of 4) sorted by relevance
15 class QueueFull(Exception): class144 raise QueueFull
86 If no free slot is immediately available, raise :exc:`QueueFull`.146 .. exception:: QueueFull
440 self.assertRaises(asyncio.QueueFull, q.put_nowait, 2)447 self.assertRaises(asyncio.QueueFull, q.put_nowait, 3)
2624 Empty/Full to QueueEmpty/QueueFull; "with (yield from lock)" now