|
|
|
|
|
by cpprototypes
4837 days ago
|
|
I have a question for you since you have a lot of experience with async. Eventually node.js will have generators (when V8 implements ECMAScript 6) which should allow node.js to have something like gevent. What kind of effect do you think this will have on the node.js world? |
|
Before it used to be code like:
etc.Which with generators and inlineCallbacks turns into
You get the idea. I am not too familiar with Node.js but I imagine it will help quite a bit.