svaarala / duktape-wiki

Duktape Wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Howto for avoiding coroutine limitations by using "sc" for suspend/resume

svaarala opened this issue · comments

A full example of a suspend/resume solution would be nice. It would be nice to discuss the pros/cons of yield/resume vs. suspend/resume.