Autodesk / Autodesk/AutomaticComponentToolkit
[C++] Make Headers multi-thread safe
Open
- Dominant language
- Go
- Stars
- 53
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
Currently headers are not multi-thread-safe, and the calling application needs to take care on having the right multithread-behaviour.
A simple optional (?) option would be to introduce a header-mutex with a lockguard on each object. This introduces a memory overhead, but would make concurrent calls possible if they are on separate objects.
Contributor guide
Assessment
This issue has not been assessed yet.