Hi, On 7 July 2014 14:41, Victor Stinner <[email protected]> wrote:
> Hi, > > Did you see the 3rd version of my patch? It adds > EventLoopPolicy.get_task_factory() which is called by BaseEventLoop > constructor: > https://codereview.appspot.com/110820049/ Cool > Does the Pulsar Task class inherit from asyncio.Task? > > Yes, it overrides the _step and _wakeup methods. However, it could simply inherit from asyncio.Future. Luca
