Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 2.45 KB

execution.md

File metadata and controls

46 lines (36 loc) · 2.45 KB

Header <execution> implementation status

Reference
Implementation

  • : Cannot implement with language itself. Need compiler support. Used C++ N STL
  • : Partially implemented with C++ N
  • : Fully implemented with C++ N
  • : Not yet implemented
Features Standard Implemented in
Classes
is_execution_policy
sequenced_policy
parallel_policy
parallel_unsequenced_policy
unsequenced_policy



Constants
seq
par
par_unseq
unseq