HPX - High Performance ParalleX

PrevUpHomeNext

Function get_colocation_id

hpx::get_colocation_id — Asynchronously return the id of the locality where the object referenced by the given id is currently located on.

Synopsis

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


lcos::future< naming::id_type > get_colocation_id(naming::id_type const & id);

Description

See Also:

hpx::get_colocation_id_sync()


PrevUpHomeNext