HPX - High Performance ParalleX

PrevUpHomeNext

Class task_canceled_exception

hpx::parallel::v2::task_canceled_exception

Synopsis

// In header: <hpx/parallel/task_region.hpp>


class task_canceled_exception : public hpx::exception {
public:
  // construct/copy/destruct
  task_canceled_exception();
};

Description

The class task_canceled_exception defines the type of objects thrown by task_region_handle::run or task_region_handle::wait if they detect that an exception is pending within the current parallel region.

task_canceled_exception public construct/copy/destruct

  1. task_canceled_exception();

PrevUpHomeNext