Skip to content

erlsci/inotify

This branch is 31 commits ahead of, 2 commits behind tex/erlinotify:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8c717ce · Feb 28, 2017

History

82 Commits
Feb 25, 2017
Feb 25, 2017
Feb 25, 2017
Feb 28, 2017
Feb 26, 2017
Feb 25, 2017
Feb 28, 2017
Feb 25, 2017
Jan 30, 2010
Feb 1, 2010
Feb 25, 2017
Feb 28, 2017

Repository files navigation

inotify

Supervisted Erlang binding for inotify

Description

The library interfaces with inotify using and Erlang NIF. The NIF spawns off a thread which then polls the inotify file descriptor for any changes to a watched descriptor.

Installation

Add the library to your rebar config

{deps, [
   {notify, {git, "https://github.com/erlsci/inotify.git", {tag, "v0.5.0,"}}},
   ....
]}.

Then just use rebar3 to download, compile (including the NIF), and use in your code:

$ rebar3 compile

Usage

API

Packages

No packages published

Languages

  • Erlang 49.9%
  • C 22.0%
  • Shell 19.7%
  • Batchfile 8.4%