[][src]Function async_io::shutdown_write

pub fn shutdown_write(raw: RawFd) -> Result<()>

Shuts down the write side of a socket.

If this source is not a socket, the shutdown() syscall error is ignored.