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(rust): rewrote router into a state container #8641

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

davide-baldo
Copy link
Member

@davide-baldo davide-baldo commented Nov 14, 2024

This PR fully rewrites the Router in a simple shared state rather than being an actor.
I've also tried to simplify the structure and make it more readable.
Every unused feature was removed (like waiting for a worker/processor to become ready or the immediate shutdown) since it's unused ATM.

@davide-baldo davide-baldo force-pushed the davide-baldo/router-as-shared-object branch 5 times, most recently from 9b36e52 to e9dd3e9 Compare November 15, 2024 17:37
@davide-baldo davide-baldo force-pushed the davide-baldo/router-as-shared-object branch from e9dd3e9 to e047114 Compare November 15, 2024 18:00
@davide-baldo davide-baldo marked this pull request as ready for review November 15, 2024 18:48
@davide-baldo davide-baldo requested a review from a team as a code owner November 15, 2024 18:48
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