Hacker News new | ask | show | jobs
by TazeTSchnitzel 5038 days ago
Some browsers, and ES Harmony, have yield. You could add a compiler switch to use native support, although only Firefox seems to support this just now.

Curious to see how you managed the emulation - splitting up a function? Web workers? :)

1 comments

for (;;), continue and switch.