Beispiel #1
0
 /// <summary>
 /// Removes the dispatcher registration for the named dispatcher
 /// </summary>
 /// <param name="name">Name of the dispatcher to remove</param>
 public static Unit deregister(ProcessName name) =>
 ActorContext.RemoveDispatcher(name);