(original) (raw)
On Apr 23, 2015, at 8:22 AM, andrew.svetlov@gmail.com wrote:I can live with \`cocall fut()\` but the difference between \`data = yield from loop.sock\_recv(sock, 1024)\` and \`data = cocall (loop.sock\_recv(sock, 1024))()\` frustrates me very much.
This is unacceptable. None of the existing async/await implementations in other languages force you to write stuff like this.