Commit b20e37a2c5561befd07a9a859df1ce39c33496c7

Authored by Jay Berkenbilt
1 parent 1dc25c02

Update TODO

Showing 1 changed file with 4 additions and 0 deletions
... ... @@ -24,6 +24,10 @@ Next
24 24 representation of them, such as
25 25 QPDFObjectHandle::parse("<< /a 1 /b 2 >>");
26 26  
  27 + * Document thread safety: One individual QPDF or QPDFWriter object
  28 + can only be used by one thread at a time, but multiple threads can
  29 + simultaneously use separate objects.
  30 +
27 31  
28 32 Soon
29 33 ====
... ...