On 8 July 2014 00:59, Victor Stinner <[email protected]> wrote:
>
>
> Yury suggested me to add BaseEventLoop.create_task() method. But then
> I realized that there is no more need to modify the event loop policy.
>
> @Luca: being able to override the create_task() method of a base event
> loop would be enough for your use case? I see that you have your own
> event loop class (which inherits from asyncio.SelectorEventLoop) in
> Pulsar.
>
> My latest patch:
> https://codereview.appspot.com/110820049/#ps100001
>
> greenio also has its own event loop policy and event loop, so the
> loop.create_task() method is enough.
>
> yes, that works too.

Reply via email to