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

💥 zb,zm: Drop Arc wrapping of Message everywhere #492

Merged
merged 2 commits into from
Oct 11, 2023

Conversation

zeenix
Copy link
Contributor

@zeenix zeenix commented Oct 11, 2023

and Message now cheaply cloneable.

Message become immutable recently (dbus2#488) so we can now just make it
cheaply cloneable by wrapping all its fields in an `Arc` internally.

This also enable us to remove all use of `Arc<Message>` everywhere in a
following commit.
Message is now cheaply cloneable so this is not needed anymore.
@zeenix zeenix merged commit 1856c0f into dbus2:main Oct 11, 2023
7 checks passed
@zeenix zeenix deleted the drop-arc-message branch October 11, 2023 15:08
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