package async_inotify

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Created
  2. | Unlinked
  3. | Modified
  4. | Moved

Which events we want to get. It is generally preferable to filter as much as possible at this level, instead of by filtering the events in the pipe, because it reduces the risk of queue overflows.

include Ppx_enumerate_lib.Enumerable.S with type t := t
val all : t list
val sexp_of_t : t -> Sexplib0.Sexp.t