Description
Adds coroutine-friendly helpers for Qt and C++ code, making asynchronous Qt operations easier to write and compose. It helps developers integrate modern C++ coroutines with Qt event loops and async APIs.
Use it as a development library. Asynchronous code still needs careful lifetime, cancellation, and error handling so tasks do not access destroyed objects or hide failures.