Re: [Async-sig] Some thoughts on asynchronous API design in a post-async/await world

2016-11-06 Thread Cory Benfield
> On 6 Nov 2016, at 00:09, Nathaniel Smith wrote: > > I just posted a long blog/essay that's probably of interest to folks here: > > > https://vorpus.org/blog/some-thoughts-on-asynchronous-api-design-in-a-post-asyncawait-world/ > > The short version: I think curio something important to teac

Re: [Async-sig] Some thoughts on asynchronous API design in a post-async/await world

2016-11-06 Thread Brett Cannon
I'll also reiterate Cory's compliments that the post was great! For me there are two questions the post raises. One is how do we keep people from tying themselves to any one event loop? I view sans-io as the start of this, but it does require getting people to know about it, implement protocols t

Re: [Async-sig] Some thoughts on asynchronous API design in a post-async/await world

2016-11-06 Thread Glyph Lefkowitz
> On Nov 6, 2016, at 8:20 PM, Brett Cannon wrote: > > For me there are two questions the post raises. One is how do we keep people > from tying themselves to any one event loop? Deprecate, then remove, get_event_loop() :-). -glyph___ Async-sig maili