- Mastering C++ Multithreading
- Maya Posch
- 59字
- 2021-07-15 17:34:05
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.
推薦閱讀
- PyTorch自動駕駛視覺感知算法實戰
- 跟“龍哥”學C語言編程
- Java Web開發之道
- Clojure Reactive Programming
- 數據結構案例教程(C/C++版)
- Python編程從0到1(視頻教學版)
- Getting Started with Hazelcast(Second Edition)
- WordPress 4.0 Site Blueprints(Second Edition)
- Instant Nancy Web Development
- C語言從入門到精通
- Oracle GoldenGate 12c Implementer's Guide
- Python 3.7從入門到精通(視頻教學版)
- Image Processing with ImageJ
- ActionScript 3.0從入門到精通(視頻實戰版)
- Arduino機器人系統設計及開發