hpx::supervision::testing::last_join_locality#
Defined in header hpx/supervision_dispatch.hpp.
See Public API for a list of names and headers that are part of the public HPX API.
See also:
-
hpx::id_type hpx::supervision::testing::last_join_locality()#
Returns the locality most recently returned by join(), regardless of whether the register_observers() call that followed it went on to succeed or fail. Lets tests verify that a failed join() does not leak that locality’s local supervision state (see registry::register_observers()’s catch block).