- Mastering C++ Multithreading
- Maya Posch
- 59字
- 2021-07-15 17:34:06
QtConcurrent
The QtConcurrent namespace contains high-level API aimed at making writing multithreading applications possible without having to concern oneself with the low-level details.
Functions include concurrent filtering and mapping algorithms as well as a method to allow running a function in a separate thread. All of these return a QFuture instance, which contains the result of an asynchronous operation.