Blog
QCoro 0.11.0 Release Announcement
LazyTask and many bugfixes
Continue ReadingQCoro 0.10.0 Release Announcement
Improved signal/slots features and compatibility and bug fixes.
Continue ReadingQCoro 0.9.0 Release Announcement
Important bugfixes, huge improvement to QML support and a brand new Test module.
Continue ReadingQCoro 0.8.0 Release Announcement
Improved QCoro::waitFor(), new sleepFor() and sleepUntil() helper functions and improved thread support.
Continue ReadingQCoro 0.7.0 Release Announcement
Initial QML support, new QCoro::connect() helper and many small fixes - all of this and more in QCoro 0.7.0.
Continue ReadingQCoro 0.6.0 Release Announcement
This release brings several major new featrues alongside a bunch of bufixes and improvements inside QCoro. The four major features are generators support, new QCoroWebSocket module, deprecation of task.h header, and introduction of clang-cl and...
Continue ReadingQCoro 0.5.0 Release Announcement
Major feature in the 0.5.0 release are .then() continuations for Task<T>, all asynchronous operations in QCoro returning Task<T> and many operations have gained support for optional timeout argument. Last but not least, coroutine-friendly wrapper for...
Continue ReadingQCoro 0.4.0 Release Announcement
Major highlights of this release are co-installability of Qt5 and Qt6 builds of QCoro, complete re-work of CMake configuration and support for compiling QCoro with the Clang compiler against GNU's libstdc++.
Continue ReadingQCoro 0.2.0 Release Announcement
QCoro 0.2.0 has been released. The most visible change is that the library has been modularized, to follow the Qt modules and headers have been cleaned.
Continue ReadingQCoro 0.1.0 Release Announcement
I'm happy to announce first release of QCoro, a library that provides C++ coroutine support for Qt.
Continue Reading