safety assertion for resuming a coroutine which is awaiting #1163
Labels
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
Milestone
Here the assertion fails because the
resume
causes theawait
to complete improperly. The await should complete only afterawait_another
returns.Zig should have a runtime safety assertion when you
resume
a coroutine which is suspended in theawait
state.The text was updated successfully, but these errors were encountered: