Example #1
0
 private bool TryGetWatching(IActorRef subject, out Option <object> message)
 {
     return(_state.TryGetWatching(subject, out message));
 }