8 Sep
2008
8 Sep
'08
11:25 a.m.
Hello, Is the apply_visitor() method per se thread-safe, meaning, if i have variant object, and i visit it from different threads at same time, and if i assume the visitor i write is thread-safe, my question is about the machinery of apply_visitor() itself, is it thread-safe? regards,