|
|
|
|
|
by gpderetta
2417 days ago
|
|
because of syntactical restrictions of how await work, at most you need to allocate a single function frame, never a full stack, and often it doesn't even need to be allocated separately and can live in the stack of the underlying OS thread. |
|