termios

Function tcdrain

Source
pub fn tcdrain(fd: RawFd) -> Result<()>
Expand description

Blocks until all output written to the file descriptor is transmitted.

ยงParameters

  • fd should be an open file descriptor associated with a terminal.