Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use overriden resume for co_await on tasklet
Issue here is that if mixed-mode resumption ends up in use, then a deferred resume can "continue" after a co_await immediate resume, and then the coroutine handle used for the deferred resume is dangling.
- Loading branch information