array_view::synchronize_async Method

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

std::shared_future<void> synchronize_async() const;

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