Name
ecl_enable_interrupts
— Activate handling of signals and exceptions.
Macro
ecl_enable_interrupts(
)
;
Description
This macro sets a thread-local flag indicating that all received
signals can be handled. If there are any pending signals, they will be
immediately processed.