β The original is mostly in C
β The emscripten build is JS
β Type it already pretifiedπ€€ maybe
β Do we still use promises and generators with javascript?
or async and await with typescript is just fine?
Message permanent page
β Or are there some scenarios where we have to use promises and generators only?
β I use promises and generators frequently
β But not usually together
β Any good reason to choose them over async and await?