asyncfuture icon indicating copy to clipboard operation
asyncfuture copied to clipboard

Port asyncfuture to use Qt 6.3

Open vpicaver opened this issue 3 years ago • 0 comments

Now that Qt 6.3 supports whenAll (https://doc-snapshots.qt.io/qt6-6.3/qtfuture.html#whenAll) we should be able to port asyncfuture's backend to use Qt 6.3 API. That's probably performance benefits since Qt QFuture api doesn't use QObject to combine futures.

vpicaver avatar Feb 17 '22 18:02 vpicaver