Module proc_ext_req

Source
Expand description

Defines a trait for processing external requests, such as commands from the signal handler.

Traits§

ProcessExternalRequestTrait
This trait defines a common interface for processing external requests, such as commands received from a signal handler or a messaging system. It’s designed to be implemented by various control modules in the system.

Functions§

process_external_request_without_messaging 🔒
Checks for new commands from the signal handler, specifically for modules that don’t use messaging.
process_standard_request 🔒
Checks for specific standard commands (Terminate or Quit) from the signal handler channel.