Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

SLIM-Signal Module

License

A small, cross-platform library for handling OS signals in SLIM applications. This module provides a unified API for signal handling across both Unix and Windows platforms, enabling graceful application shutdown.

Overview

The SLIM-Signal module abstracts platform-specific signal handling, offering a simple interface to wait for and react to OS termination signals. Key features include:

  • Cross-platform signal handling with unified API
  • Support for Unix-specific signals (SIGINT, SIGTERM)
  • Windows Ctrl+C signal support
  • Integration with Tokio for asynchronous operation
  • Tracing integration for debugging and monitoring