omni::application::signal_handler::callback

SYNOPSIS

Defines the signal handler function signature; that of void signal_handler(int sig)

top

DESCRIPTION

The callback function handler can be used to bind directly to a signal handler function, or you can simply pass the address of a static function to the handler functions.

top

RETURN VALUES

No return value.

top

ERRORS

If an exception occurs on an attached delegate, it will be handled according to omni::sync::user_thread_exception and omni::sync::unhandled_thread_exception.

top

CONSIDERATIONS

No extra considerations.

top

PLATFORM SPECIFIC

Nothing platform specific to account for.

top

NOTES

No additional notes.

top

EXAMPLE
Currently no examples.
Visit the examples page for more.

top