View Source Actors.Registry.LoadBalance.Strategies.RoundRobin (spawn v2.0.0-RC7)

RoundRobin implements the Actors.Registry.LoadBalance.Strategy behavior by searching the actors using a RoundRobin strategy, that is, it will try to distribute the load equally among the nodes.