
4 Mar
2011
4 Mar
'11
6:20 p.m.
On 04/03/2011 18:55, Chad Nelson wrote:
It isn't meant to be shared between threads. The internal code is single-threaded, and if you enable this on the public interface, you explicitly *dis*able the library's thread safety.
Sharing data between threads is not the same as accessing the same data concurrently from multiple threads.