Skip to content
Snippets Groups Projects
Unverified Commit 7170bdef authored by Tobias Leibner's avatar Tobias Leibner
Browse files

[container] another attempt on thread-safety

The
auto& backend_ref = backend();
in many methods has to be protected by the mutex, otherwise the reference
may not be valid when it is used. To avoid a double lock, the
backend() and ensure_uniqueness() methods now do not lock anymore and thus
need to be protected by a mutex if necessary
parent a22bd821
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment