Introduce thread-safe wrapper API
tetsuo-cpp opened this issue · 1 comments
tetsuo-cpp commented
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.
tetsuo-cpp commented
CC: @2over12