sleigh icon indicating copy to clipboard operation
sleigh copied to clipboard

Introduce thread-safe wrapper API

Open tetsuo-cpp opened this issue 2 years ago • 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.

tetsuo-cpp avatar Mar 31 '22 13:03 tetsuo-cpp

CC: @2over12

tetsuo-cpp avatar Mar 31 '22 13:03 tetsuo-cpp