Crate netidx_protocols

Crate netidx_protocols 

Source

Modules§

channel
cluster
pack_channel
rpc

Macros§

call_rpc
Convenience macro for calling rpcs. call_rpc!(proc, arg0: 3, arg1: "foo", arg2: vec!["foo", "bar", "baz"])
define_rpc
defines a new rpc. define_rpc!(publisher, path, doc, mapfn, tx, arg: typ = default; doc, ...) see Proc for an example
rpc_err
for use in map functions, will reply to the client with an error and return None