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 <1411676164.66.0.884701802237.issue22448@psf.upfronthosting.co.za>
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: <1411676164.66.0.884701802237.issue22448@psf.upfronthosting.co.za>
2014-09-25 20:16:04chatgrislinkissue22448 messages
2014-09-25 20:16:04chatgriscreate