Skip to content
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

feat(history): add a new type 'recursive' #149

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

InigTril
Copy link

Closes #148

Pierre-Louis MELIN added 2 commits May 29, 2024 15:44
…ent and get the result

There was no possibility to process synchronously one event in particular. the method 'canAccept' could be used to check if a transition would be accepted, but there was no guarantee that after the check the state machine was still in the same state. So this new method lets the user process the event synchronously and get the result of the processing; was the event accepted or not (no transition or rejected by guards).
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.

New history type 'recursive'
1 participant