aboutsummaryrefslogtreecommitdiff
path: root/devel/concurrencpp/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/concurrencpp/pkg-descr')
-rw-r--r--devel/concurrencpp/pkg-descr9
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/concurrencpp/pkg-descr b/devel/concurrencpp/pkg-descr
new file mode 100644
index 000000000000..83fffc985ddf
--- /dev/null
+++ b/devel/concurrencpp/pkg-descr
@@ -0,0 +1,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