Are there any particular issues using the asdf-cpp library in a multithreaded environment? In particular, is it possible to:
- Write to multiple files, each from their own thread, in the same process?
- Write to a single file from multiple threads in the same process?
Thanks!