startup_function_type
// In header: <hpx/hpx_fwd.hpp> typedef std::function< void()> startup_function_type;
The type of a function which is registered to be executed as a startup or pre-startup function.