I can find neither direct confirmation nor refutation on the matter. All answers seem to address the "access from multiple threads" aspect, rather than repetitive access itself.
Does the standard define the behavior for std::shared_future
? What about boost::shared_future
?
boost::fibers::shared_future
, which (again!) seem to differ in behavior from boost::shared_future (which is defined in 'boost::thread'). – Dawnedawson