mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-26 14:12:32 -04:00
Remove VM-locking yield mode per discussion
This commit is contained in:
parent
9a7ab57f6f
commit
6daee9a70e
4 changed files with 2 additions and 44 deletions
src/engine
|
@ -74,7 +74,6 @@ var execute = function (sequencer, thread) {
|
|||
var primitiveReportedValue = null;
|
||||
primitiveReportedValue = blockFunction(argValues, {
|
||||
yield: thread.yield.bind(thread),
|
||||
yieldAndBlock: thread.yieldAndBlock.bind(thread),
|
||||
done: function() {
|
||||
sequencer.proceedThread(thread);
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue