![]() |
hpx::terminate — Terminate any application non-gracefully.
// In header: <hpx/hpx_finalize.hpp> BOOST_ATTRIBUTE_NORETURN void terminate();
The function hpx::terminate is the non-graceful way to exit any application immediately. It can be called from any locality and will terminate all localities currently used by the application.
![]() |
Note |
---|---|
This function will cause HPX to call |