rpc
rpc
Module
rpc
Module summary
Remote Procedure Call Services
Description
This module contains services which are similar to remote procedure calls. It also contains broadcast facilities and parallel evaluators. A remote procedure call is a method to call a function on a remote node and collect the answer. It is used for collecting information on a remote node, or for running a function with some specific side effects on the remote node.
Data types
key()
As returned by async_call/4.
Exports
call(Node, Module, Function, Args) -> Res | {badrpc, Reason}
Types:
Node = node() Module = module() Function = atom() Args = [term()] Res = Reason = term()
Evaluates apply(Module, F