Expand description
Defines a trait for processing external requests, such as commands from the signal handler.
Traits§
- Process
External Request Trait - 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.