
10 Feb
2009
10 Feb
'09
8:05 p.m.
----- Original Message ----- From: "Frank Mori Hess" <frank.hess@nist.gov> To: <boost@lists.boost.org> Sent: Wednesday, January 14, 2009 3:33 PM Subject: Re: [boost] Gauging interest in a thread-safe containers library
I guess what I'd like to see in boost would be something like a boost::monitor<T> which would be like a boost::optional<T> plus monitor functionality, and maybe a boost::monitor_ptr<T> which would be a boost::shared_ptr<boost::monitor<T> > with some syntactic sugar.
Hi, I know that you have already a monitor class in your Poet library. Why don't you propose Poet for inclusion in Boost? What about a review request? Regards, Vicente