camlpdf icon indicating copy to clipboard operation
camlpdf copied to clipboard

Audit CamlPDF for concurrent usage

Open johnwhitington opened this issue 1 year ago • 0 comments

Per https://github.com/johnwhitington/camlpdf/issues/56#issuecomment-1510509751:

Also having read_debug, error_on_malformed and debug_always_treat_malformed as global mutable is not such a great idea in a concurrent world. These parameters should likely be made part of the Pdfio.input structure which I suspect you always have one under hand when you need to consult these parameters.

johnwhitington avatar Apr 17 '23 10:04 johnwhitington