libagents
Multi-threaded C++11 Actor Model library
libagents is a C++11 implementation of the "Actor Model" (http://en.wikipedia.org/wiki/Actor_model). The libagents API allows for a natural decoupling of the core application logic from the application shell, thus facilitating the development of easily portable applications.
Tested with:
* gcc-4.9.1_x86 (Qt-5.4.2_windows_x86) on WinXP_x86, Win7_x86, Win8.1_x64
* gcc-7.3.0_x64 (Qt-5.9.5_linux_x64) on Ubuntu18.04_x64