listen_and_connect

Function listen_and_connect 

Source
pub fn listen_and_connect<S: Server + Send + 'static>(
    server: S,
    pid: PID,
) -> CID

Permission: none

Expand description

Start a server in a background thread and open a connection to it.