Runbox.Master (runbox v7.0.1)

Utilities for communicating with master node from slave node

Link to this section Summary

Functions

Calls a function on the master.

Link to this section Functions

Link to this function

call(master, m, f, a)

@spec call(node(), module(), atom(), list()) :: term()

Calls a function on the master.

Calls MFA on the master. See :erpc.call/4 for details.