X-Git-Url: http://repo.macrolet.net/gitweb/?p=cl-inotify.git;a=blobdiff_plain;f=README;h=6db1117b0db5d053418c550cf437d07a8395737f;hp=094cb71c57f2502117553c2eb434a13cfdd02245;hb=e9f9a7ffaa9933b8391d983024831a1d1e3bb27d;hpb=ec46722df8e61b07ec66ba7898c76a69f6b5ed8f 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)