Function serve_local

Source
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.