Skip to content

Latest commit

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

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)).

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages