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(machine): add Eval #54

Merged
merged 1 commit into from
Jun 6, 2024
Merged

feat(machine): add Eval #54

merged 1 commit into from
Jun 6, 2024

Conversation

pancsta
Copy link
Owner

@pancsta pancsta commented Jun 6, 2024

This ia a changelog-only placeholder PR, due to the bulk of changes in v0.5.0.

To avoid overhead for heavily called states (like IncomingRPC), the Machine.Eval method does the required minimum to schedule execution on the event loop, without creating a full transition. It will return a bool to confirm execution and time out like other handlers.

@pancsta pancsta self-assigned this Jun 6, 2024
@pancsta pancsta merged commit a17be20 into main Jun 6, 2024
2 checks passed
@pancsta pancsta deleted the feat/machine-add-Eval branch June 6, 2024 13:22
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.

None yet

1 participant