Re: [Async-sig] question re: loop.shutdown_asyncgens()

2017-07-28 Thread Yury Selivanov
On Jul 28, 2017, 4:57 PM -0400, Chris Jerdonek , wrote: > Thanks! I'll try to find time to propose a PR. > > Also, for suggestions around the new API, would you prefer that be posted to > PR #465, or can it be done here? I think we can discuss it here, but up to you. Yury _

Re: [Async-sig] question re: loop.shutdown_asyncgens()

2017-07-28 Thread Chris Jerdonek
Thanks! I'll try to find time to propose a PR. Also, for suggestions around the new API, would you prefer that be posted to PR #465, or can it be done here? --Chris On Fri, Jul 28, 2017 at 1:45 PM, Yury Selivanov wrote: > > Thanks, > Yury > > On Jul 28, 2017, 4:38 PM -0400, Chris Jerdonek , >

Re: [Async-sig] question re: loop.shutdown_asyncgens()

2017-07-28 Thread Yury Selivanov
Thanks, Yury On Jul 28, 2017, 4:38 PM -0400, Chris Jerdonek , wrote: > Thanks, Yury. Have you also considered including recommended setup / cleanup > boilerplate in a place where it's easy for asyncio users to find, like in the > asyncio docs here? > https://docs.python.org/3/library/asyncio-e

Re: [Async-sig] question re: loop.shutdown_asyncgens()

2017-07-28 Thread Chris Jerdonek
Thanks, Yury. Have you also considered including recommended setup / cleanup boilerplate in a place where it's easy for asyncio users to find, like in the asyncio docs here? https://docs.python.org/3/library/asyncio-eventloop.html#run-an-event-loop One example of a Python module using this approac