Distribunator.Manager.start_link

You're seeing just the function start_link, go back to Distribunator.Manager module for more information.
Link to this function

start_link(absent_nodes \\ [])

Start the genserver with a list of nodes to connect to and monitor

Parameters

  • absent_nodes The list of nodes (each passable to Node.connect) that this GenServer will connect to and monitor

Returns

  • See GenServer::on_start