If anyone is interested, here’s a more fully featured prototype using asyncio.Queues heavily to communicate between asyncio workers and also as a way for a PySide6 (Qt for Python) GUI to send messages to the asyncio workers.
asyncio.Queue
asyncio