Subject: Re: [boost] [Review] XInt Review
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2011-03-04 13:20:43


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.