qcoro6

C++ Coroutines library for Qt with async/await support

brewmacoslinux
Try with needOr install directly
Source

About

C++ Coroutines for Qt

Commands

qcoro6

Examples

Link qcoro6 library in CMake project for Qt coroutines$ find_package(QCoro6 REQUIRED COMPONENTS Core) target_link_libraries(myapp QCoro::Core)
Use coroutines in Qt signal handlers with async operations$ auto task = co_await qCoro(networkReply);
Check qcoro6 installation and version information$ pkg-config --modversion QCoro6Core