I've been tinkering with the new harmony generators on latest Node.js and libraries that use them for flow-control like co, gen-run or gene
The use of yield
is quite clear but I've noticed the yield*
syntax with nested generator functions in the later two libraries but not in the first. I can't find any reference about it. ¿What are the differences and use cases?