-
Notifications
You must be signed in to change notification settings - Fork 204
Home
Amanieu edited this page Mar 24, 2013
·
9 revisions
Async++ is a lightweight concurrency framework for C++11. The concept was inspired by the Microsoft PPL library and the N3428 C++ standard proposal.
The only requirement to use Async++ is a C++11 compiler and standard library. Unfortunately C++11 is not yet fully implemented on most platforms. Here is the list of OS and compiler combinations which are known to work.
- Linux: GCC 4.7+ and Clang 3.2+
- Mac: Not tested yet, but it should work with the latest Clang and GCC 4.7+
- Windows: MSVC 2012 (even with the Nov CTP) does not support enough of C++11. Work is in progress to port to GCC 4.8 on MinGW.
Instructions for compiling Async++ and using it in your code are available on the Building and Installing page.
The Tutorial provides a step-by-step guide to all the features of Async++.
The API Reference gives detailed descriptions of all the classes and functions available in Async++.
You can contact me by email at [email protected].