Stlab Libraries - C++ Concurrency Library
Stlab Concurrency library provides high level constructs for implementing algorithms that eases the use of multiple CPU cores while minimizing the contention.
Concurrency library provides
Concurrency library provides
- Futures — Futures class and related functions.
- Executors — A collection of executors with different strategies to run tasks.
- Channels —This library implements the channel model of interprocess communication.
http://stlab.cc
https://github.com/stlab/libraries
License:
Tech:
Tags: