module Fdwatcher:Fdwatcher - The main event loop. Agnostic to the type of file descriptors involved.sig..end
val fdset : Unix.file_descr list Pervasives.refval cbtable : (Unix.file_descr,
(Globals.fname_and_fd -> Globals.fname_and_fd -> unit) *
(Globals.fname_and_fd * Globals.fname_and_fd))
Hashtbl.tval add_fd : Globals.fname_and_fd ->
Globals.fname_and_fd ->
(Globals.fname_and_fd -> Globals.fname_and_fd -> unit) -> unitval del_fd : Unix.file_descr -> unitval start_watch : unit -> unit