Share via


array_view::synchronize_async Method

Asynchronously synchronizes any modifications made to the array_view object back to its source data.

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

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

Parameters

Return Value

A future upon which to wait for the operation to complete.

Requirements

Header: amp.h

Namespace: Concurrency

See Also

Reference

array_view Class