I don't know much about the Windows primitives used by Proactor -- the best
I can recommend is that you try to figure out how to do this by studying
the source and experimenting, and then suggest a patch.

On Tue, Sep 23, 2014 at 11:51 PM, Arve Knudsen <arve.knud...@gmail.com>
wrote:

> Hi guys
>
> Is there some way to work around the missing support for
> add_reader/add_writer in asyncio.ProactorEventLoop? Specifically, I'm
> trying to use a library (aiozmq) that detects when it's able to read from
> sockets (via add_reader) and to write to sockets (via add_writer), and I
> would like to combine it with ProactorEventLoop.
>
> Thanks,
> Arve
>



-- 
--Guido van Rossum (python.org/~guido)

Reply via email to