#signal #closures #scoped #lifetime #interface #handlers #active

scoped_signal

Provides a scoped interface to signal handlers that are only active for the lifetime of a given closure

3 releases

0.1.2 Feb 11, 2020
0.1.1 Feb 6, 2020
0.1.0 Feb 6, 2020

#29 in #handlers

40 downloads per month

MIT/Apache

8KB
76 lines

Scoped Signal

Provides a scoped interface to signal handlers that are only active for the lifetime of a given closure

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.


lib.rs:

Provides a scoped interface to signal handlers that are only active for the lifetime of the a given closure

Dependencies

~3MB
~67K SLoC