Ejemplo n.º 1
0
 /// <summary>
 /// Shutdown all processes and restart
 /// </summary>
 public static Unit shutdownAll() =>
 ActorContext.Restart();
 /// <summary>
 /// Shutdown all processes and restart
 /// </summary>
 public static Unit restart() =>
 ActorContext.Restart();