- c++ actor framework, aka caf
- sobjectizer
- qpcpp
- qb
- actor-zeta
- orca, seems having documentation in Chinese
- gaylord
- protoactor
- libscoa
- blog-cpp-supervisors "Trees of Supervisors in C++" (my blog article)
- blog-cpp-permissions "Experimental C++ access model" (my blog article)
- blog-cpp-req_res "Request-Response pattern" (my blog article)
- Learn You Some Erlang for great good! very recommended free ebook about erlang reliability and supervisors
- documentation of famous java actor framework akka; good for gaining insights
- overview of actor frameworks (my video in Russian)
- you can view examples in the
examples
source dir as well as in thetests
dir