3 unstable releases

new 0.1.0 Nov 28, 2024
0.0.1 Dec 1, 2024
0.0.0 Nov 28, 2024

#8 in #listen

Download history 295/week @ 2024-11-25

295 downloads per month
Used in scuffle-image-processor

MIT/Apache

16KB
281 lines

scuffle-signal

[!WARNING]
This crate is under active development and may not be stable.

crates.io docs.rs


A crate designed to provide a more user friendly interface to tokio::signal.

Why do we need this?

The tokio::signal provides a way for us to wait for a signal to be received in a non-blocking way, this crate extends that with a more helpful interface allowing the ability to listen to multiple signals concurrently.

Status

This crate is currently under development and is not yet stable, unit tests are not yet fully implemented.

Unit tests are not yet fully implemented. Use at your own risk.

License

This project is licensed under the MIT or Apache-2.0 license. You can choose between one of them if you use this work.

SPDX-License-Identifier: MIT OR Apache-2.0

Dependencies

~2–10MB
~102K SLoC