Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type event = watch * event_kind list * int32 * string option
val int_of_watch : watch -> int
val string_of_event_kind : event_kind -> string
val string_of_event : event -> string
val create : unit -> Unix.file_descr
val add_watch : Unix.file_descr -> string -> selector list -> watch
val rm_watch : Unix.file_descr -> watch -> unit
val read : Unix.file_descr -> event list