future::share 方法

转换到 shared_future 对象。

shared_future<Ty> share();

返回值

shared_future(move(*this))

要求

标头: future

命名空间: std

请参见

参考

future 类

<future>

move