Runbox.Master (runbox v26.0.0)

View Source

Utilities for communicating with master node from slave node

Summary

Functions

Calls a function on the master.

Functions

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.