sleigh
sleigh copied to clipboard
Introduce thread-safe wrapper API
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.
CC: @2over12