std::shared_future<T>::~shared_future

~shared_future();
(C++11 起)

*this 是指代共享状态的最后一个对象,则销毁共享状态。否则不做任何事。