executorsΒΆ

The executors module exposes executors and execution policies. Most importantly, it exposes the following classes and constants:

  • hpx::execution::sequenced_executor

  • hpx::execution::parallel_executor

  • hpx::execution::sequenced_policy

  • hpx::execution::parallel_policy

  • hpx::execution::parallel_unsequenced_policy

  • hpx::execution::sequenced_task_policy

  • hpx::execution::parallel_task_policy

  • hpx::execution::seq

  • hpx::execution::par

  • hpx::execution::par_unseq

  • hpx::execution::task

See the API reference of this module for more details.