summaryrefslogtreecommitdiff
path: root/docs/threading.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/threading.md')
-rw-r--r--docs/threading.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/threading.md b/docs/threading.md
index ddfaf7ae5..de085c807 100644
--- a/docs/threading.md
+++ b/docs/threading.md
@@ -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
snapshots.
+The `git_odb` object uses locking internally, and is thread-safe to use from
+multiple threads simultaneously.
+
Error messages
--------------