@hackage / streamly-fsnotify

Folder watching as a Streamly stream.

Latest2.1.0.3

About

Metadata

  • Last updated , by GeorgeThomas
  • License BSD-3-Clause
  • Categories Streaming, Systems Programming
  • Maintained by: George Thomas

  • Lottery factor: 1

Links

Installation

Readme

This library provides a higher-level, stream-based API for fsnotify. It should work anywhere both streamly and fsnotify do. Note that there's no need for your project to register a dependency on fsnotify directly, since we re-export the two types you'll need. You will however need to depend on streamly in order to get anything done.

See also streamly-fsevents, which is developed by the Streamly authors, and implements its own file-watching logic instead of sitting on top of fsnotify.