View Source Distrimon.Resolver.Random (Distrimon v0.1.0)
A simple resolver that keeps a random process.
To use this in your supervision tree:
# ...
children = [
# ...
{Distrimon.Resolver.Random, name: SomeName, start: {Module, :start_link, [args]}},
# ...
]
# ...
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor.