> 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
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
> 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