aboutsummaryrefslogtreecommitdiff
path: root/devel/concurrencpp/pkg-descr
blob: 83fffc985ddfa7b62424c50b58e60b36f3c6a7bc (plain) (blame)
1
2
3
4
5
6
7
8
9
concurrencpp is a tasking library for C++ allowing developers to write highly
concurrent applications easily and safely by using tasks, executors and
coroutines. By using concurrencpp applications can break down big procedures
that need to be processed asynchronously into smaller tasks that run
concurrently and work in a co-operative manner to achieve the wanted result.
concurrencpp also allows applications to write parallel algorithms easily by
using parallel coroutines.

WWW: https://github.com/David-Haim/concurrencpp