minimal_signals

Crates.iominimal_signals
lib.rsminimal_signals
version0.4.0
sourcesrc
created_at2024-08-19 02:43:06.217339
updated_at2024-10-01 13:05:05.574861
descriptionminimal_signals provides a minimal API for working with signals.
homepage
repositoryhttps://github.com/rescrv/blue
max_upload_size
id1343325
size10,847
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: 1599

cargo fmt