2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-02 02:10:52 +00:00

Update TODO

This commit is contained in:
Jay Berkenbilt 2012-07-08 16:00:50 -04:00
parent 1dc25c0217
commit b20e37a2c5

4
TODO
View File

@ -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
====