pub fn listen_and_connect<S: Server + Send + 'static>( server: S, pid: PID, ) -> CID
Permission: none
Start a server in a background thread and open a connection to it.