API Reference Distr…visor v0.5.5
View SourceModules
DistributedSupervisor
is a specialized dynamic supervisor designed to work transparently
in distributed Erlang/Elixir environments. It extends the functionality of Elixir's built-in
DynamicSupervisor
by providing automatic process distribution across connected nodes.
The implementation of this behaviour might be passed
to DistributedSupervisor.start_link/1
to receive
notifications about processes state.