Concurrency namespace (Concurrency Visualizer)

Applies to: yesVisual Studio noVisual Studio for Mac

Note

This article applies to Visual Studio 2017. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

The Concurrency namespace provides classes and functions that give you access to the Concurrency Runtime, a concurrent programming framework for C++. For more information, see Concurrency Runtime.

Syntax

namespace Concurrency;

Members

Namespaces

Name Description
diagnostic Namespace The diagnostics namespace provides functionality for emitting Concurrency Visualizer markers.

Requirements

Header: cvmarkersobj.h

See also