Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
diskmuncher
on Feb 22, 2021
|
parent
|
context
|
favorite
| on:
My tutorial and take on C++20 coroutines
> Basically the only languages with full stackful coroutine support in wide use are Lua and (sort-of) Go.
Aren't Javascript Generators also coroutines?
gpderetta
on Feb 22, 2021
[–]
they are, as far as I know, stackless. I.e. you can only yield from the generator top level frame.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Aren't Javascript Generators also coroutines?