package async_inotify

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Selector : sig ... end
type move =
  1. | Away of string
  2. | Into of string
  3. | Move of string * string
val sexp_of_move : move -> Sexplib0.Sexp.t
type t =
  1. | Created of string
  2. | Unlinked of string
  3. | Modified of string
  4. | Moved of move
    (*

    Queue overflow means that you are not consuming events fast enough and just lost some of them. This means that some changes to files you want might go unnoticed

    *)
  5. | Queue_overflow
val sexp_of_t : t -> Sexplib0.Sexp.t
include Ppx_compare_lib.Comparable.S with type t := t
val compare : t -> t -> int
include Ppx_compare_lib.Equal.S with type t := t
val equal : t -> t -> bool
val to_string : t -> string
OCaml

Innovation. Community. Security.