Skip to content

Commit

Permalink
Concurrency: Add Async++
Browse files Browse the repository at this point in the history
  • Loading branch information
myd7349 committed Sep 22, 2018
1 parent b29d57b commit b0fb538
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny

* [alpaka](https://github.com/ComputationalRadiationPhysics/alpaka) - Abstraction library for parallel kernel acceleration. [LGPLv3+]
* [ArrayFire](https://github.com/arrayfire/arrayfire) - A general purpose GPU library. [BSD]
* [Async++](https://github.com/Amanieu/asyncplusplus) - A lightweight concurrency framework for C++11, inspired by the Microsoft PPL library and the N3428 C++ standard proposal. [MIT]
* [Boost.Compute](https://github.com/boostorg/compute) - A C++ GPU Computing Library for OpenCL. [Boost]
* [Bolt](https://github.com/HSA-Libraries/Bolt) - A C++ template library optimized for GPUs. [Apache2]
* [ck](https://github.com/concurrencykit/ck) - Concurrency primitives, safe memory reclamation mechanisms and non-blocking data structures. [BSD]
Expand Down
1 change: 0 additions & 1 deletion todo.txt
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ https://github.com/lsegal/my_toy_compiler
https://github.com/openexr/openexr
https://github.com/google/snappy
https://github.com/spesmilo/libbitcoin
https://github.com/Amanieu/asyncplusplus
https://github.com/gwaldron/osgearth
https://github.com/xiw/stack
https://github.com/mozy/mordor
Expand Down

0 comments on commit b0fb538

Please sign in to comment.