Ejemplo n.º 1
0
 /// <summary>
 /// Deregister the process associated with the name
 /// </summary>
 /// <param name="name">Name of the process to deregister</param>
 public static Unit deregister(ProcessName name) =>
 ActorContext.Deregister(name);