
----- Original Message ----- From: "Anthony Williams" <anthony.ajw@gmail.com> To: <boost@lists.boost.org> Sent: Friday, May 30, 2008 12:39 PM Subject: Re: [boost] [thread] lockable traits and concepts classes addingproposal
Frank Mori Hess <frank.hess@nist.gov> writes:
On Friday 16 May 2008 16:45 pm, vicente.botet wrote:
While writtig a generic library I have needed some lockable traits and concepts to be chacked with BCCL.
If you think that these classes are of general use it will be a pleasure for me, if Anthony accepts, to included them on the Boost.Thread library.
I haven't gone over your proposal in detail, but I for one agree some kind of traits for mutex classes would be useful. I had to do something similar, defining a mutex_properties template class and giving specializations for all the boost.thread mutex types:
http://www.comedi.org/projects/libpoet/boostbook/doc/boostbook/html/poet/mut...
I hadn't thought about it before Vicente's suggestion, but it could be useful.
Hi Frank, Anthony, Have you taken the time to see my proposal? It will be a pleasure for me to know what do you think. Ion, because this is also related the Interprocess.Sync library your advice will be really apreciated. Best Vicente