View Source Runbox.Master (runbox v21.2.0)

Utilities for communicating with master node from slave node

Summary

Functions

Calls a function on the master.

Functions

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

Calls a function on the master.

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