Open bharel opened 2 years ago
Will it raise asyncio.queue.full? What about cancelled items in the queue? Do they count as still being in the queue? Removing cancelled items is an O(n) operation.
Will it raise asyncio.queue.full? What about cancelled items in the queue? Do they count as still being in the queue? Removing cancelled items is an O(n) operation.