Exemplo n.º 1
0
 inline void monitor(const typed_actor<Ts...>& whom) {
   monitor(whom.address());
 }
Exemplo n.º 2
0
 void send_exit(const typed_actor<Rs...>& whom, uint32_t reason) {
   send_exit(whom.address(), reason);
 }