I can’t find an answer on their website.
Do you have any idea if HtmlCleaner is thread safe or not?
I have a multiple threads that need to use it but I don’t know if I can safetly reuse an instance of the HtmlCleaner object.
Have you ever used it? any idea?
I can’t find an answer on their website. Do you have any idea if
Share
Looking at the source code, no – an HtmlCleaner object is not thread safe. Use one object per thread.