-
-
Notifications
You must be signed in to change notification settings - Fork 88
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
Aborting an async sleep on transition #513
Comments
Try this. On example, the corner case for setUp timeout is the same as the even occurrence depends on StateMachine precedence of actions.
Happy New Year! 🎆 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I apologize for posting a question here, but I could not post on Stack-Overflow
I'm implementing an async state machine using python-statemachine, and on entry to a state "A" I'm initiating a timer, by calling asyncio.sleep().
The exit from this state can happen in two ways:
Is there an example of how to accomplish this ?, I'm unclear if under the RTC execution model, its possible to prematurely exit a state.
Thanks for any help.
The text was updated successfully, but these errors were encountered: