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

Made paralllization semantics more explicit and added tests for the same #2

Merged
merged 1 commit into from
Feb 13, 2024

Conversation

tunjid
Copy link
Owner

@tunjid tunjid commented Feb 12, 2024

This PR makes it a little more obvious what toMutationStream does and makes it more configurable.

Certain Action types may call on suspending functions which can delay the processing of others that are completely independent.

A mechanism is needed to specify the tolerance for the interdependence between actions. A buffer lets independent Actions continue processing as normal, or the oldest actions may be dropped.

@tunjid tunjid merged commit 2569fe5 into develop Feb 13, 2024
1 check passed
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.

1 participant