ability to "bundle" more errors before the first suspend point in an async function #1197
Labels
proposal
This issue suggests modifications. If it also has the "accepted" label then it is planned.
Milestone
I'll expand on this later but I need an issue to link to.
await
in the same stack frame that youasync
, there does not need to be a coroutine allocation.async
before the first suspend point in a coroutine frame, this can be made to not fail, because the allocation could have been bundled up with the callee's coroutine frameThe text was updated successfully, but these errors were encountered: