array_view::synchronize_async 方法

将所有针对 hh305260(v=vs.120).md 对象的修改异步同步回其源数据。

concurrency::completion_future synchronize_async(
   access_type _Access_type = access_type_read
) const restrict(cpu);

concurrency::completion_future synchronize_async() const restrict(cpu);

参数

返回值

未来等待操作完成。

要求

**标头:**amp.h

命名空间: 并发

请参见

参考

array_view 类