> On Apr 23, 2015, at 8:22 AM, andrew.svet...@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.

-- 
Best regards,
Łukasz Langa

WWW: http://lukasz.langa.pl/
Twitter: @llanga
IRC: ambv on #python-dev
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to