[Haskell-cafe] ANN: epoll bindings 0.2

Toralf Wittner toralf.wittner at gmail.com
Fri Sep 25 12:15:20 EDT 2009


Hi, I am pleased to announce the release of epoll bindings 0.2 available from:

http://hackage.haskell.org/package/epoll

Epoll is an I/O event notification facility for Linux similar to poll
but with good scaling characteristics. This release adds a buffer
abstraction on top of the existing low-level bindings, so client code
can write and read to buffers without having to deal directly with the
underlying epoll event handling.

-Toralf


More information about the Haskell-Cafe mailing list