auto_partitioner Class
The auto_partitioner class represents the default method parallel_for, parallel_for_each and parallel_transform use to partition the range they iterates over. This method of partitioning employes range stealing for load balancing as well as per-iterate cancellation.
class auto_partitioner;
Members
Public Constructors
Name |
Description |
---|---|
Constructs a auto_partitioner object. |
|
Destroys a auto_partitioner object. |
Inheritance Hierarchy
auto_partitioner
Requirements
Header: ppl.h
Namespace: concurrency