Qt 6.11 is out! See what's new in the release
blog
BackgroundWorker in qt
-
Are you looking for a WorkerScript? http://doc.qt.io/qt-5/qtquick-threading-example.html#workerscript
Apart from that you can also implement a background worker in C++ (with QThread) and expose that to QML.