Comment on Async I/O for Python 3 parentComments−fzzzy13yI'm really looking forward to that future. See for example task.js: http://taskjs.org/ Also, if you want to see generators in v8 (spidermonkey has had them for years now) watch the issue: https://code.google.com/p/v8/issues/detail?id=2355
Comments
I'm really looking forward to that future. See for example task.js:
Also, if you want to see generators in v8 (spidermonkey has had them for years now) watch the issue: