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
_______________________________________________
Haskell-Cafe mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to