4 releases (breaking)
0.4.0 | Oct 1, 2024 |
---|---|
0.3.0 | Aug 24, 2024 |
0.2.0 | Aug 19, 2024 |
0.1.0 | Aug 19, 2024 |
#7 in #receive
46 downloads per month
Used in 5 crates
(3 directly)
11KB
247 lines
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.
Dependencies
~44KB