package async_inotify

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type move =
  1. | Away of string
  2. | Into of string
  3. | Move of string * string
type t =
  1. | Created of string
  2. | Unlinked of string
  3. | Modified of string
  4. | Moved of move
  5. | Queue_overflow
val to_string : t -> string