5 Jun
2013
5 Jun
'13
1:53 p.m.
On 6/5/2013 9:48 AM, Hartmut Kaiser wrote:
Just to reiterate, HPX (https://github.com/STEllAR-GROUP/hpx/) is a very similar library exposing actor oriented paradigms to the programmer (amongst other things), just wrapped up into a C++11 compliant interface (future, async, thread, bind, function, tuple, etc.). It's usable with C++03 compliant compilers (I have not tried msvc-9.0, though). While not part of Boost, it strongly adheres to Boost coding guidelines and style and it is maintained by long standing Boost authors.
Thanks for posting this Hartmut. I was not aware of this library. It looks very interesting. Cheers, Brandon