Skip to content

Instantly share code, notes, and snippets.

@jooyunghan
Created December 11, 2017 09:23
Show Gist options
  • Save jooyunghan/6401ca347235c80a9c73e04d446dd31d to your computer and use it in GitHub Desktop.
Save jooyunghan/6401ca347235c80a9c73e04d446dd31d to your computer and use it in GitHub Desktop.
function coro(g) {
g.next();
return g.next.bind(g);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment