From e9f9a7ffaa9933b8391d983024831a1d1e3bb27d Mon Sep 17 00:00:00 2001 From: Olof-Joachim Frahm Date: Thu, 9 Jun 2011 14:51:58 +0200 Subject: [PATCH] Added point about iolib. --- README | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README b/README index 094cb71..6db1117 100644 --- a/README +++ b/README @@ -57,6 +57,11 @@ The raw API, which doesn't register watched paths, consists of they're exported in case someone doesn't like the upper layers. +In case you want to use `epoll` or `select` on the event queue you can +access the file descriptor yourself and then use the normal functions +afterwards. Currently no such functionality is integrated here. + + # EXAMPLE > (use-package '#:cl-inotify) @@ -74,9 +79,6 @@ they're exported in case someone doesn't like the upper layers. - make things more implementation independent - (maybe) don't use the libc for this, direct syscall - (maybe) add iolib replacement for io functions - -# DONE - - easier interface for (e)poll/select maybe using iolib (done, using CL:LISTEN and/or SB-UNIX:UNIX-READ) -- 1.7.10.4