View Source Actors.Registry.LoadBalance.Strategies.RoundRobin (spawn v1.4.2)

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.