Can `asyncio.Queue` be safely created outside of the event loop thread?

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.

1 Like