Nick Coghlan added the comment:

I'll at least write a new python-ideas post, as I realised my original idea 
*is* wrong (and you're right not to like it). The focus needs to be on Sven's 
original question (How do you kick off a coroutine from otherwise synchronous 
code, and then later wait for the result?), and then asking whether or not it 
might make sense to provide a convenience API for such an interface between the 
worlds of imperative programming and event-driven programming.

Sven's far from the only one confused by that particular boundary, so even if a 
convenience API doesn't make it into the module itself, an example in the docs 
explaining how to implement it may be helpful.

----------

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

Reply via email to