Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
impl Send for TreeUpdateBuilder (#784)
TreeUpdateBuilder does not have any interior mutability, and the underlying libgit2 data structures are safe to send to a different thread as long as the old doesn't have a copy anymore.
- Loading branch information