hpx::set_lco_value — Set the result value for the LCO referenced by the given id.
// In header: <hpx/hpx_fwd.hpp> template<typename T> void set_lco_value(naming::id_type const & id, T && t);
Parameters:
id
[in] This represents the id of the LCO which should receive the given value.
t
[in] This is the value which should be sent to the LCO.