redlicha / epoll

Haskell bindings to epoll, a Linux specific I/O event notication facility (cf. man epoll(7)).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a Haskell FFI interface to epoll, a Linux specific I/O
notification facility. For usage examples please have a look into the 
examples directory (please compile with -threaded option). 

This library has been developed and tested with GHC 6.10.4 and 
Linux 2.6.28-15 (x86).

Changelog
---------

epoll-0.2.1

Changed call to c_epoll_create to pass in 1 instead of 0. Thanks to Aycan
Irican.

epoll-0.2

Added EventLoop and Buffer layer which abstract from the low level bindings
contained in Base.


epoll-0.1.1

Changed category


epoll-0.1

Initial version. Contains the basic epoll bindings.

About

Haskell bindings to epoll, a Linux specific I/O event notication facility (cf. man epoll(7)).

License:GNU Lesser General Public License v3.0


Languages

Language:Haskell 100.0%