diff options
| author | Gubolin <gubolin@fantasymail.de> | 2014-12-14 11:00:47 +0100 |
|---|---|---|
| committer | Gubolin <gubolin@fantasymail.de> | 2014-12-14 11:00:47 +0100 |
| commit | 524659048602c2812ef431813615a7a03ac90892 (patch) | |
| tree | c38d54b8dcf4d7e81d2de27e7280a43660dd7a17 /threads.js | |
| parent | 62d9aa134d18b271a816a58f4385fcfd288bec9a (diff) | |
| parent | 0a239b703c8c7fde5540ce63c4236522a22ee049 (diff) | |
| download | snap-524659048602c2812ef431813615a7a03ac90892.tar.gz snap-524659048602c2812ef431813615a7a03ac90892.zip | |
Merge branch 'master' into development
Diffstat (limited to 'threads.js')
| -rw-r--r-- | threads.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -83,7 +83,7 @@ ArgLabelMorph, localize, XML_Element, hex_sha512*/ // Global stuff //////////////////////////////////////////////////////// -modules.threads = '2014-December-04'; +modules.threads = '2014-December-11'; var ThreadManager; var Process; @@ -1734,6 +1734,7 @@ Process.prototype.doForEach = function (upvar, list, script) { ); if (index > list.length()) {return; } this.context.inputs[3] += 1; + this.pushContext('doYield'); this.pushContext(); this.evaluate(script, new List(), true); }; |
