lifting-bits/sleigh

Introduce thread-safe wrapper API

tetsuo-cpp opened this issue · 1 comments

At the moment, loading spec files on different threads is unsafe because of how the XML parsing is implemented. We should consider adding a wrapper API in the support lib that protects this behind some kind of locking mechanism.