public void Post(IEvent msg, ICanPost sender)
 {
     _mailbox.Post(msg, sender);
 }
Exemple #2
0
 public void Post(IMessage msg, IActorProcess sender)
 {
     _mailbox.Post(msg, sender);
 }