call/3 | Call a function on a remote node. |
call/4 | Call a function on a remote node. |
nodes/0 | Return a list of all nodes in the cluster including self. |
call(Node::node(), Module::module(), Func::atom()) -> any()
Call a function on a remote node.
call(Node::node(), Module::module(), Func::atom(), Args::list()) -> any()
Call a function on a remote node.
nodes() -> [node()]
Return a list of all nodes in the cluster including self.
Generated by EDoc