On Mon, Apr 18, 2011 at 10:06 AM, Svein Ove Aas <[email protected]> wrote:

> And I've often wanted a select-equivalent in Haskell. It'd be simple,
> it'd help, so why not?

http://hackage.haskell.org/packages/archive/base/latest/doc/html/Control-Concurrent.html#v:threadWaitRead

Ta-da! It's select(), or something smarter in GHC 7 (epoll() on linux,
kqueue() on BSD/OSX).

G
-- 
Gregory Collins <[email protected]>

_______________________________________________
Haskell mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/haskell

Reply via email to