Martin Sustrik wrote:
> ntu...@googlemail.com wrote:
>> On Tue, Feb 16, 2010 at 10:08 PM, Martin Sustrik <sust...@250bpm.com> wrote:
>>> Brian,
>>>
>>>> My Python bindings have support for zmq_poll now:
>>>>
>>>> http://github.com/ellisonbg/pyzmq/blob/master/zmq/_zmq.pyx#L436
>>>>
>>>> This handles both 0MQ sockets as well as any Python object that has a 
>>>> fileno()
>>>> function (sockets, files, etc.)
>>> Nice! AFAIK this is the first binding (aside of C and C++) that's able
>>> to combine polling for BSD and 0MQ sockets.
>> I think the Haskell binding has always supported this.
> 
> Oops. I wasn't aware of this. Feel free to make it clear on the mailing 
> list!

Ah, it's on the list :)

Martin
_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to