The shared_future object works similar to std::future except that it can be copied and thereby more than one std::future can share the ownership. The use
The shared_future object works similar to std::future except that it can be copied and thereby more than one std::future can share the ownership. The use