pub fn shutdown_mux_master<P: AsRef<Path>>(path: P) -> Result<()>
Expand description

Request the master to stop accepting new multiplexing requests and remove its listener socket.

Only suitable to use in Drop::drop.