16 Jul
2015
16 Jul
'15
10:06 p.m.
Disturbed by that comment I just wanted to add for the benefit of anyone just starting out with multi-threading that in my experience containers are entirely safe for multi-threading PROVIDED that you’re only reading from them (i.e. they are passed by const &). This is by far the most
Hi Colin, it's okay, he's clarified his comment to mean that nothing needs to _change_ in the container to make it safe for multithreaded usage :)