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

Event loop fsm #118

Merged
merged 2 commits into from
Apr 26, 2020
Merged

Event loop fsm #118

merged 2 commits into from
Apr 26, 2020

Conversation

mratsim
Copy link
Owner

@mratsim mratsim commented Apr 26, 2020

This refactor the schedulingLoop proc into an explicit state machine with accompanying graph which should significantly improve documentation, debugging (especially deadlocks) and help with formal verification.

This closes #10

Event loop Finite State Machine

@mratsim mratsim mentioned this pull request Apr 26, 2020
@mratsim mratsim merged commit 996c53c into master Apr 26, 2020
@mratsim mratsim deleted the event-loop-fsm branch April 26, 2020 13:21
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.

Rewrite the state transitions as a Finite State Machine
1 participant