C++ Coroutines for Qt 5
The QCoro library provides set of tools to make use of the C++20 coroutines in connection with certain asynchronous Qt actions. The major benefit of using coroutines with Qt types is that it allows writing asynchronous code as if it were synchronous and, most importantly, while the coroutine is co_awaiting, the Qt event loop runs as usual, meaning that your application remains responsive.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.10.0-7.fc42 | - |
Fedora 41 | 0.10.0-6.fc41 | - |
Fedora 40 | 0.10.0-5.fc40 | - |
Fedora EPEL 9 | 0.9.0-4.el9 | - |
Fedora EPEL 10.0 | 0.10.0-5.el10_0 | - |
You can contact the maintainers of this package via email at
qcoro dash maintainers at fedoraproject dot org
.