Comment on Maybe Everything Is a CoroutineComments−flohofwoe2y...or maybe we should go back to cooperative multitasking with stack switching and just add some familiar language syntax sugar on top ;)IMHO the invisible switch-case code transform only makes sense when stack switching isn't available (such as in Javascript or WASM).
Comments
...or maybe we should go back to cooperative multitasking with stack switching and just add some familiar language syntax sugar on top ;)
IMHO the invisible switch-case code transform only makes sense when stack switching isn't available (such as in Javascript or WASM).