James Calfee
Member since Jan 24, 2017
- Profile: /members/13424-james-calfee.htm
- URL: http://steemt.com
- Comments: 1
Recent Blog Comments By James Calfee
-
Using ES6 Generators And Yield To Implement Asynchronous Workflows In JavaScript
Posted on Jan 24, 2017 at 8:56 AM
Very useful.. Thank you.. I noticed that this does not handle nested yields. The work around is not to yield within a generator function but instead use this generator proxy wrapper to call it as a function. I wonder if this this wrapper could check for iterator return values then returned a recu... read more »