Class virtual Cf_poll.file


class virtual ['a] file : [< rwx ] -> Unix.file_descr -> ['a] event
Use inherit file rwx fd to derive an I/O event object that waits for the file descriptor fd to be ready for reading, writing, or exception (according to the value of rwx).