future::share Method
Converts the object to a shared_future object.
shared_future<Ty> share();
Return Value
shared_future(move(*this))
Requirements
Header: future
Namespace: std
Converts the object to a shared_future object.
shared_future<Ty> share();
shared_future(move(*this))
Header: future
Namespace: std