That said, I think there's definitely value in providing a very simple answer to the "how do I make a blocking call from a coroutine?" question, so I filed an RFE to add asyncio.blocking_call: http://bugs.python.org/issue24571
I'm less convinced of the value of "asyncio.wait_for_result()", so I haven't filed an RFE for that one.