package async_inotify

  1. Overview
  2. Docs

Module Event.SelectorSource

Sourcetype 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
Sourceval all : t list
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t