![]() |
hpx::parallel::v2::task_canceled_exception
// In header: <hpx/parallel/task_region.hpp> class task_canceled_exception : public hpx::exception { public: // construct/copy/destruct task_canceled_exception(); };
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.