We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44ec8b5 + 644c763 commit dfd5b32Copy full SHA for dfd5b32
docs/threading.md
@@ -21,6 +21,9 @@ There are some objects which are read-only/immutable and are thus safe
21
to share across threads, such as references and configuration
22
snapshots.
23
24
+The `git_odb` object uses locking internally, and is thread-safe to use from
25
+multiple threads simultaneously.
26
+
27
Error messages
28
--------------
29
0 commit comments