Function set_lco_error
hpx::set_lco_error — Set the error state for the LCO referenced by the given id.
Synopsis
void set_lco_error(naming::id_type const & id, boost::exception_ptr && e,
naming::id_type const & cont);
Description
Parameters: |
cont
|
[in] This represents the LCO to trigger after completion. |
e
|
[in] This is the error value which should be sent to the LCO. |
id
|
[in] This represents the id of the LCO which should receive the error value. |
|