An Open Source Implementation of the actor model in C++.
self() → self trap_exit(...) → self->trap_exit(...) last_received() → self->last_dequeued() link(other) → self->link_to(other) quit(reason) → self->quit(reason)
No comments:
Post a Comment