Multi Threading blocks are blocks that run in a separate thread using Web Workers. This feature should:
- be abstracted so that kids can use it just fine
- be compatible with both the Scratch Interpreter and Compiler
- not break existing projects (we aren't removing anything)
- hopefully make stuff faster or something
- we can use broadcast-esque blocks as an abstraction around postmessage
Multi Threading blocks are blocks that run in a separate thread using Web Workers. This feature should: