You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: