Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Eio_linux.FD
SourceWrap Unix.file_descr
to track whether it has been closed.
Either a Unix.file_descr
or nothing (if closed) .
let t = of_unix ~sw ~seekable ~close_unix fd
wraps fd
as an open file descriptor. This is unsafe if fd
is closed directly (before or after wrapping it).