This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author chatgris
Recipients chatgris, gvanrossum, python-dev, vstinner, yselivanov
Date 2014-09-25.20:16:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
> Hm. That sounds like you won't actually be interoperable with other asyncio-using code.

asyncio code can be interoperated with by spinning off an asyncio coroutine that on completion calls a callback that reschedules a non-asyncio coroutine.

I assume we shouldn't be spamming an issue with unrelated chatter, I'd be happy to discuss more via email if you would like.
History
Date User Action Args
2014-09-25 20:16:04chatgrissetrecipients: + chatgris, gvanrossum, vstinner, python-dev, yselivanov
2014-09-25 20:16:04chatgrissetmessageid: <[email protected]>
2014-09-25 20:16:04chatgrislinkissue22448 messages
2014-09-25 20:16:04chatgriscreate