justincormack / ljsyscall

LuaJIT Unix syscall FFI
http://www.myriabit.com/ljsyscall/
Other
440 stars 54 forks source link

The spook project is using ljsyscall. #206

Closed johnae closed 7 years ago

johnae commented 7 years ago

My project spook is using ljsyscall to wrap kqueue and epoll into different types of "things". Where "thing" initially was just a file system watcher intended to be used in a fashion similar to ruby's guard eg. change something and watch the tests specific to that change run. Spook these days also does timers, signals, ready notifications on fd:s etc. and ljsyscall provides the tools for it.

Thanks alot for creating ljsyscall!

justincormack commented 7 years ago

Thats great!