|
|
|
|
|
by mavam
1216 days ago
|
|
Because it's related and a powerful alternative for those stuck in C++ land: The C++ Actor Framework (CAF) implements a combination of Akka and Erlang semantics. Especially the type-safe actor abstractions saved us many bugs, e.g., sending an uint32 but trying to receive a uint64. https://actor-framework.readthedocs.io/ |
|