/libprocess

Library that provides an actor style message-passing programming model (in C++).

Primary LanguageC++Apache License 2.0Apache-2.0

README for libprocess

Most importantly, if you run into an issue, please send me an email:
benh@berkeley.edu.

$ ./bootstrap # Unless you already have a distribution.
$ mkdir build && cd build # Optional.
$ path/to/configure
$ make
$ make check