Can at least get rid of the DIY UDP transport, maybe can improve structured concurrency where it's needed if we haven't eliminated all tasks yet. The memory stream replacement for asyncio.Queue seems compelling as well. Technically we need an evicting queue (evicting FIFO) for the console transport "logging" channel.
Can at least get rid of the DIY UDP transport, maybe can improve structured concurrency where it's needed if we haven't eliminated all tasks yet. The memory stream replacement for asyncio.Queue seems compelling as well. Technically we need an evicting queue (evicting FIFO) for the console transport "logging" channel.