ulthar.xyz > Repos

leibowitz

Experimental Common Lisp object storage abstraction for Unix file systems
About Files Commits git clone https://ulthar.xyz/repos/leibowitz/leibowitz.git

leibowitz/core/curators/fs_inotify.lisp

Download raw file: core/curators/fs_inotify.lisp

;; fs_inotify.lisp — Manage library data as files on Linux.

(in-package :leibowitz.core)

(defclass fs-curator (curator)
  ()
  (:documentation "Implementation of `curator' that uses the inotify(7) API on Linux to
make sure the library data is kept up-to-date with respect to the
files on the file system."))
Generated 2024-06-10 19:24:14 -0700 by RepoRat