View Source NodeRegistry.Remote (node_registry v0.2.0)

Defines remote/4 function to call a function on a remote node.

Link to this section Summary

Link to this section Functions

Link to this function

remote(name, mod, fun, args)

View Source
@spec remote(atom(), module(), atom(), list()) :: any() | no_return()