Autodesk / Autodesk/AutomaticComponentToolkit

[C++] Make Headers multi-thread safe

Open
#132 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.