Skip to main content

set_in_sighandler

Set flag signifying that we're inside a signal handler.

def set_in_sighandler(
value: boolean
) - > null

Set flag signifying that we're inside a signal handler.

Parameters

NameTypeDescription
valuebooleanThe boolean state to assign to the internal signal handler tracking flag.

Returns

TypeDescription
nullNothing is returned; the global state is updated in place.