-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Async on_transition() #29
base: main
Are you sure you want to change the base?
Conversation
delete unnecessary comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Diff looks good to me. Tests are passing locally, but there is no new test coverage. New example coverage covers both the macro and the no-macro case.
Let us know if you have a CLA or other steps to get this upstreamed @mdeloof!
Converted back to a draft because we have lifetime issues using it in our codebase. |
This is work by @wvhulle and me to get on_transition() working with async.