minimal_signals

Crates.iominimal_signals
lib.rsminimal_signals
version0.5.0
created_at2024-08-19 02:43:06.217339+00
updated_at2025-08-08 06:01:46.842867+00
descriptionminimal_signals provides a minimal API for working with signals.
homepage
repositoryhttps://github.com/rescrv/blue
max_upload_size
id1343325
size11,232
Robert Escriva (rescrv)

documentation

README

minimal_signals

Minimal signals provides the minimum necessary set of tools to block signals and receive them synchronously.

Status

Maintenance track. The library is considered stable and will be put into maintenance mode if unchanged for one year.

Scope

This library provides the block, kill, and wait calls; the SignalSet; and, the signal number for common signals.

Warts

None discovered yet.

Documentation

The latest documentation is always available at docs.rs.

Commit count: 1751

cargo fmt