Qt Concurrent is a C++ template library for writing multi-threaded applications.
Qt Concurrent provides high-level APIs that makes it possible to write multi-threaded programs without using low-level threading primitives such as critcal sections, mutexes or wait conditions.
Programs written with Qt Concurrent automatically adjust the number of threads used according to the number of processor cores available. This means that applications written today will continue to scale when deployed on multi-core systems in the future.
The library includes functional programming style APIs for for parallel list processing, a MapReduce implementation for shared-memory (non-distributed) systems, and classes for managing asynchronous computations in GUI applications.
[edit]
Qt Concurrent is a C++ template library for writing multi-threaded app...
| OStatic Users | 0 |
| Stories | 0 |
| Questions | 0 |
Share a valuable story about Qt Concurrent with the OStatic Community.
Ask the OStatic community your question about this software.