hpx::trigger_lco_event — Trigger the LCO referenced by the given id.
// In header: <hpx/hpx_fwd.hpp> void trigger_lco_event(naming::id_type const & id, naming::id_type const & cont);
Parameters:
cont
[in] This represents the LCO to trigger after completion.
id
[in] This represents the id of the LCO which should be triggered.