agntcy-slim-signal

Crates.ioagntcy-slim-signal
lib.rsagntcy-slim-signal
version0.1.3
created_at2025-06-03 13:59:00.810693+00
updated_at2025-07-31 20:45:13.133142+00
descriptionSmall library to handle OS signals.
homepage
repository
max_upload_size
id1699079
size12,804
Agntcy.ai Artifact Publishing (artifacts-agntcy)

documentation

README

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
Commit count: 0

cargo fmt