Re: [Twisted-Python] magical and seamless asyncio support

2019-05-23 Thread Glyph
> On May 23, 2019, at 5:47 AM, Daniel Holth wrote: > > +1 that would be so helpful. "How can I use Django views in my Pyramid > application?" As a newcomer I have no idea whether a similar question > makes sense with the different async libraries. If the answer was > *yes* it would be simpler.

Re: [Twisted-Python] magical and seamless asyncio support

2019-05-23 Thread Daniel Holth
+1 that would be so helpful. "How can I use Django views in my Pyramid application?" As a newcomer I have no idea whether a similar question makes sense with the different async libraries. If the answer was *yes* it would be simpler. ___ Twisted-Python m

[Twisted-Python] magical and seamless asyncio support

2019-04-07 Thread Glyph
After filing https://github.com/tornadoweb/tornado/issues/2636 recently, I was reminded that Twisted should support asyncio seamlessly, and currently we have some quite-visible seams. There are three major use-cases for asyncio integration: I