[Haskell] select(2) or poll(2)-like function?

Don Stewart dons00 at gmail.com
Sun Apr 17 22:44:50 CEST 2011


`forkIO` is based on epoll. So threadWaitFD and friends are using epoll.

On Sun, Apr 17, 2011 at 1:29 PM, Matthias Kilian <kili at outback.escape.de> wrote:
> Hi,
>
> is there something like select(2) or poll(2) available in the
> standard (HP) libraries? I hoogled around a little bit but didn't
> find anything. (Something like this will be crucial for networking
> stuff listening on v4 and v6 sockets at the same time)
>
> Ciao,
>        Kili
>
> _______________________________________________
> Haskell mailing list
> Haskell at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell
>



More information about the Haskell mailing list