Function flume_channel

Source
pub fn flume_channel<S: Service>(
    size: usize,
) -> (RpcServer<S, FlumeListener<S>>, RpcClient<S, FlumeConnector<S>>)
Available on crate feature flume-transport only.
Expand description

Create a pair of RpcServer and RpcClient for the given Service type using a flume channel