Description
Integrates Python asyncio with Qt event loops. It helps PyQt and PySide applications run async tasks, network clients, and background work without freezing the GUI.
Async GUI code needs careful cancellation and error handling. Clean up tasks when windows close and avoid updating widgets from the wrong context.