Unverified Commit dfd5b32f by Edward Thomson Committed by GitHub

Merge pull request #6109 from joshtriplett/document-odb-race-free

Document that `git_odb` is thread-safe
parents 44ec8b5c 644c763b
...@@ -21,6 +21,9 @@ There are some objects which are read-only/immutable and are thus safe ...@@ -21,6 +21,9 @@ There are some objects which are read-only/immutable and are thus safe
to share across threads, such as references and configuration to share across threads, such as references and configuration
snapshots. snapshots.
The `git_odb` object uses locking internally, and is thread-safe to use from
multiple threads simultaneously.
Error messages Error messages
-------------- --------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment