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

Mark OdbReader and OdbWriter Send #765

Merged
merged 1 commit into from Nov 15, 2021

Conversation

joshtriplett
Copy link
Member

The underlying git_odb_stream objects don't do anything that would
prevent moving them to another thread and continuing to operate on them,
as long as the original thread can no longer touch them.

The underlying `git_odb_stream` objects don't do anything that would
prevent moving them to another thread and continuing to operate on them,
as long as the original thread can no longer touch them.
@alexcrichton alexcrichton merged commit 979d2d5 into rust-lang:master Nov 15, 2021
@joshtriplett joshtriplett deleted the odb-reader-writer-send branch November 15, 2021 14:43
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

2 participants