Next: posix fd device cloexec, Up: posix fd device [Index]
Special interface to the C function fcntl(), (libc)fcntl. Configure the file descriptor fd in
non–blocking mode or blocking mode; if successful return unspecified
values, else raise an exception.
Special interface to the C function fcntl(), (libc)fcntl. Query the file descriptor fd for its
non–blocking mode; if successful: return #t if fd is in
non–blocking mode, #f otherwise. If an error occurs: raise an
exception.