epoll: Low-level bindings to epoll.

[ library, system ] [ Propose Tags ]

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


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.1, 0.2, 0.2.1, 0.2.2
Dependencies base (>=3 && <5), mtl, unix [details]
License LicenseRef-LGPL
Copyright Copyright (c) 2009 Toralf Wittner
Author Toralf Wittner
Maintainer toralf.wittner@gmail.com
Category System
Uploaded by ToralfWittner at 2009-08-23T19:57:15Z
Distributions
Reverse Dependencies 2 direct, 0 indirect [details]
Downloads 4242 total (13 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for epoll-0.1.1

[back to package description]
This is a low-level 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).