Garbage collect actors using weak pointers
Give actor_addr weak pointer semantics to break loops when linking two actors and to avoid keeping actors alive only by monitoring them. Use strong_actor_ptr wherever a type-erased form of actor or typed_actor<...> is needed. Relates #420.
Showing
Please register or sign in to comment