Searched refs:QueueEmpty (Results 1 – 4 of 4) sorted by relevance
11 class QueueEmpty(Exception): class189 raise QueueEmpty
68 :exc:`QueueEmpty`.136 .. exception:: QueueEmpty
235 self.assertRaises(asyncio.QueueEmpty, q.get_nowait)
2624 Empty/Full to QueueEmpty/QueueFull; "with (yield from lock)" now