View Source Actors.Registry.LoadBalance.Strategies.RoundRobin (spawn v1.0.1)
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.