pub fn shutdown_mux_master<P: AsRef<Path>>(path: P) -> Result<()>
Request the master to stop accepting new multiplexing requests and remove its listener socket.
Only suitable to use in Drop::drop.
Drop::drop