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.
- Re: [python-tulip] Re: Tulip, Trollius and greenio: ... Guido van Rossum
- Re: [python-tulip] Re: Tulip, Trollius and green... Victor Stinner
- Re: [python-tulip] Tulip, Trollius and greenio: add async... Luca Sbardella
- Re: [python-tulip] Tulip, Trollius and greenio: add ... Victor Stinner
- Re: [python-tulip] Tulip, Trollius and greenio: ... Luca Sbardella
- Re: [python-tulip] Tulip, Trollius and green... Victor Stinner
- Re: [python-tulip] Tulip, Trollius and g... Guido van Rossum
- Re: [python-tulip] Tulip, Trollius ... Victor Stinner
- Re: [python-tulip] Tulip, Troll... Luca Sbardella
- Re: [python-tulip] Tulip, Troll... Victor Stinner
- Re: [python-tulip] Tulip, Troll... Luca Sbardella
- Re: [python-tulip] Tulip, Troll... Victor Stinner
