Crates.io | minimal_signals |
lib.rs | minimal_signals |
version | 0.4.0 |
source | src |
created_at | 2024-08-19 02:43:06.217339 |
updated_at | 2024-10-01 13:05:05.574861 |
description | minimal_signals provides a minimal API for working with signals. |
homepage | |
repository | https://github.com/rescrv/blue |
max_upload_size | |
id | 1343325 |
size | 10,847 |
Minimal signals provides the minimum necessary set of tools to block signals and receive them synchronously.
Maintenance track. The library is considered stable and will be put into maintenance mode if unchanged for one year.
This library provides the block
, kill
, and wait
calls; the SignalSet
; and, the signal number for common signals.
None discovered yet.
The latest documentation is always available at docs.rs.