turbine icon indicating copy to clipboard operation
turbine copied to clipboard

What's the difference between go and fgo?

Open stevekrouse opened this issue 6 years ago • 1 comments

Basically I just copy older code and also do some guess-and-check till it works...

I'm also confused as to the placement of arguments in the outer function, not the inner function (and even why there are two functions):

const tempView = ({ c, f }) =>
  go(function*() {

stevekrouse avatar Dec 12 '18 11:12 stevekrouse

nvm, got it from here https://funkia.github.io/jabz/#fgo

Would be good to explain it in the turbine docs though...

stevekrouse avatar Dec 15 '18 12:12 stevekrouse