Skip to content

Conversation

@taaki2311
Copy link

I added a field to the async struct for storing a pointer to a custom struct containing the local variables for an async function. I did this so that async functions do not have to use statically allocated global variables but instead can keep their local variables, even across multiple async calls.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant