pub fn serve_local<M: RemoteMessage>() -> (ChannelAddr, ChannelRx<M>)
Expand description
Serve on the local address. The server is turned down when the returned Rx is dropped.
pub fn serve_local<M: RemoteMessage>() -> (ChannelAddr, ChannelRx<M>)
Serve on the local address. The server is turned down when the returned Rx is dropped.