$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] multi_index: thread safety
From: Matwey V. Kornilov (matwey.kornilov_at_[hidden])
Date: 2015-03-08 07:11:46
Hi,
I have a multi_index container and would like to make concurrent READs.
Is it thread-safe? I mean that there could be mutable members inside the
object, so calling formally const functions leaded to concurrent writes.