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
| Name | Type | Description |
|---|---|---|
| value | boolean | The boolean state to assign to the internal signal handler tracking flag. |
Returns
| Type | Description |
|---|---|
null | Nothing is returned; the global state is updated in place. |