View Source
Actors.Registry.LoadBalance.Strategy behaviour
(spawn v1.0.0-rc.2)
LoadBalance.Strategy
Define an interface to allow the search of actors
in the Distributed Registry.
@callback next_host(hosts(), opts()) :: {:ok, node(), list()} | {:not_found, nil, []}