boostorg / thread

Boost.org thread module
http://boost.org/libs/thread
201 stars 161 forks source link

Question: why synchronized_value is still experimental? #322

Open myxo opened 4 years ago

myxo commented 4 years ago

Hi. Boost documentation says that Synchronized Values and Synchronized Queues are experimental features: https://www.boost.org/doc/libs/1_73_0/doc/html/thread/sds.html

But synchronized_value.hpp wasn't change for some time already. I am wondering why is that? From a first glance I don't see any problems with current implementation. Is it really an experimental feature?

Well... Basically my question is: can I use it in production safely?

petermost commented 3 weeks ago

I also want to use it (Sourcetrail) and I'm asking myself the same question, is it safe to use?