Module nix::unistd

source ·
Expand description

Safe wrappers around functions found in libc “unistd.h” header

Modules

Functions

  • Close a raw file descriptor
  • Create an interprocess channel.
  • Read from a raw file descriptor.
  • Suspend execution for an interval of time
  • Write to a raw file descriptor.