rpc
module wrapper for providing tracing facility.
Copyright © 2017 Takeru Ohta <phjgt308@gmail.com>
rpc
module wrapper for providing tracing facility.
call/4 | The same as rpc:call/4 except for propagating the current span to the spawned process. |
call/5 | The same as rpc:call/5 except for propagating the current span to the spawned process. |
call(Node::node(), Module::module(), Function::atom(), Args::[term()]) -> Res | {badrpc, Reason}
The same as rpc:call/4 except for propagating the current span to the spawned process.
The propagated span is saved in the process dictionary of the RPC executing process. So the functions ofpassage_pd
module can be used in the process.
call(Node::node(), Module::module(), Function::atom(), Args::[term()], Timeout::timeout()) -> Res | {badrpc, Reason}
The same as rpc:call/5 except for propagating the current span to the spawned process.
The propagated span is saved in the process dictionary of the RPC executing process. So the functions ofpassage_pd
module can be used in the process.
Generated by EDoc, Nov 4 2017, 04:33:46.