Joshua Moore-Oliva added the comment:

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

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22448>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to