HPX - High Performance ParalleX

PrevUpHomeNext

Type definition shutdown_function_type

shutdown_function_type

Synopsis

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


typedef std::function< void()> shutdown_function_type;

Description

The type of a function which is registered to be executed as a shutdown or pre-shutdown function.


PrevUpHomeNext