Beispiel #1
0
 /// <summary>
 /// Un-register the process associated with the name
 /// </summary>
 /// <param name="name">Name of the process to un-register</param>
 public static Unit unreg(ProcessName name) =>
 ActorContext.UnRegister(name);