STLdoc
STLdocumentation
|
Go to the source code of this file.
Namespaces | |
Concurrency | |
The Concurrency namespace provides classes and functions that provide access to the Concurrency Runtime, a concurrent programming framework for C++. For more information, see Concurrency Runtime. | |
Concurrency::extensibility | |
Concurrency::details | |
Concurrency::details::platform | |
Macros | |
#define | _PPLCONCRT_H |
#define | _noexcept |
#define | _REPORT_PPLTASK_UNOBSERVED_EXCEPTION() |
Functions | |
_CRTIMP2 bool __cdecl | Concurrency::is_current_task_group_canceling () |
Returns an indication of whether the task group which is currently executing inline on the current context is in the midst of an active cancellation (or will be shortly). Note that if there is no task group currently executing inline on the current context, false will be returned. More... | |
_CRTIMP2 unsigned int __cdecl | Concurrency::details::platform::GetNextAsyncId () |
_CRTIMP size_t __cdecl | Concurrency::details::platform::CaptureCallstack (void **stackData, size_t skipFrames, size_t captureFrames) |
_CRTIMP long __cdecl | Concurrency::details::platform::GetCurrentThreadId () |
std::shared_ptr< ::Concurrency::scheduler_interface > | Concurrency::get_ambient_scheduler () |
void | Concurrency::set_ambient_scheduler (std::shared_ptr< ::Concurrency::scheduler_interface > _Scheduler) |
#define _noexcept |
#define _PPLCONCRT_H |
#define _REPORT_PPLTASK_UNOBSERVED_EXCEPTION | ( | ) |