Re: [Twisted-Python] Mixing async/await and asyncio

2018-09-20 Thread Glyph
On Sep 19, 2018, at 5:50 AM, whalebot.helms...@gmail.com wrote: > > I want to learn how to use twisted together with asyncio. I create several > files to describe my problem > https://gist.github.com/whalebot-helmsman/c400eb66c0bd35e406de3f8f704adf13: >

Re: [Twisted-Python] Mixing async/await and asyncio

2018-09-19 Thread Kyle Altendorf
On September 19, 2018 8:50:41 AM EDT, "whalebot.helms...@gmail.com" wrote: >I want to learn how to use twisted together with asyncio. I create >several files to describe my problem >https://gist.github.com/whalebot-helmsman/c400eb66c0bd35e406de3f8f704adf13: > >- I can use pure asyncio for sim

[Twisted-Python] Mixing async/await and asyncio

2018-09-19 Thread whalebot.helms...@gmail.com
I want to learn how to use twisted together with asyncio. I create several files to describe my problem https://gist.github.com/whalebot-helmsman/c400eb66c0bd35e406de3f8f704adf13: - I can use pure asyncio for simple case (asyncio_ex.py) - I can use pure twisted for simple case (twisted_ex.py)