HPX - High Performance ParalleX

PrevUpHomeNext

Function trigger_lco_event

hpx::trigger_lco_event — Trigger the LCO referenced by the given id.

Synopsis

// In header: <hpx/hpx_fwd.hpp>


void trigger_lco_event(naming::id_type const & id);

Description

Parameters:

id

[in] This represents the id of the LCO which should be triggered.


PrevUpHomeNext