package async_inotify

  1. Overview
  2. Docs
Async wrapper for inotify

Install

dune-project
 Dependency

Authors

Maintainers

Sources

async_inotify-v0.16.0.tar.gz
sha256=1c3a88ee4e7048f11093683cb7134cf5d2b76add85fea2f82bc0a45e3b27899a

doc/async_inotify/Async_inotify/Event/Selector/index.html

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