hpx::set_lco_error — Set the error state for the LCO referenced by the given id.
// In header: <hpx/hpx_fwd.hpp> void set_lco_error(naming::id_type const & id, boost::exception_ptr const & e);
Parameters:
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.