libxmljs / libxmljs-dom

A simple DOM wrapper for libxmljs
13 stars 14 forks source link

Not Multi-thread safe #13

Open ConflictingTheories opened 5 years ago

ConflictingTheories commented 5 years ago

The libxmljs library is not multithread safe and as such this cannot be used in anything other than the main thread.

I want to use a package which depends on this library, but I cannot make it run in a worker thread which I am trying to do so it doesn't block the rest of the event handlers.

Any chance this can be updated to include libxmljs-mt which is supposed to be multi-thread safe?