aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2012-07-08 22:00:50 +0200
committerJay Berkenbilt <ejb@ql.org>2012-07-08 22:01:27 +0200
commitb20e37a2c5561befd07a9a859df1ce39c33496c7 (patch)
tree70243b4b69f24fbd7897595247d887ef5a659602 /TODO
parent1dc25c021701f1f039b03bc711aed4845f930e13 (diff)
downloadqpdf-b20e37a2c5561befd07a9a859df1ce39c33496c7.tar.zst
Update TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 9adbaa73..0f408351 100644
--- a/TODO
+++ b/TODO
@@ -24,6 +24,10 @@ Next
representation of them, such as
QPDFObjectHandle::parse("<< /a 1 /b 2 >>");
+ * Document thread safety: One individual QPDF or QPDFWriter object
+ can only be used by one thread at a time, but multiple threads can
+ simultaneously use separate objects.
+
Soon
====