I saw Lars's Qt6 talk on youtube, where he said Qt6 requires C++17. He also mentioned the new QFuture:: then() function... This is an improvement, but it makes Qt code look like Javascript in 2015.
In C++20 there are async/await mechanisms. Ideally ask that then() code word be replacing by 'await'. Are there any plans to provide C++20 async/await interoperability with QFuture? _______________________________________________ Development mailing list [email protected] https://lists.qt-project.org/listinfo/development
