mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-11 23:30:09 -05:00
9864403bc9
return false from isActiveThread if thread's status is done even when its contained in the runtime threads list. As it is done, the thread will not be run until either its replaced by a new copy of the thread or the thread is removed from the list and another is added at a later time. |
||
---|---|---|
.. | ||
adapter.js | ||
block-utility.js | ||
blocks.js | ||
execute.js | ||
monitor-record.js | ||
mutation-adapter.js | ||
profiler.js | ||
runtime.js | ||
sequencer.js | ||
target.js | ||
thread.js | ||
variable.js |