| init/0 | |
| nodes/0 | |
| register/1 | |
| safe_rpc/4 | Wraps an rpc:call/4 in a try/catch to handle the case where the 'rex' process is not running on the remote node. |
| teardown/0 |
init() -> any()
nodes() -> [node()]
register(Fun::function()) -> true
safe_rpc(Node::node(), Module::atom(), Function::atom(), Args::[any()]) -> {badrpc, any()} | any()
Wraps an rpc:call/4 in a try/catch to handle the case where the 'rex' process is not running on the remote node. This is safe in the sense that it won't crash the calling process if the rex process is down.
teardown() -> ok
Generated by EDoc