-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stabilize this crate #31
Comments
AFAIK, there are very few direct users of this crate at this time. https://crates.io/crates/async-signal/reverse_dependencies Also, I have heard before that the Windows implementation is broken (#20 (comment)). What is the current status of that? |
This is probably right.
Needs more testing, I need to get my hands on Windows hardware.
Yeah, the only common "signal" is the Ctrl-C signal, which both platforms expose. In |
Huh, I though some additional signals were also available on windows (e.g.
|
The other signals are either not raised in practice or impractical to handle from an |
consistency with what? on the other hand, wouldn't is make sense to handle more/all possible events which could be handled with |
In order to be consistent with
I want to keep this crate scoped to signals. |
I realized v0.2.0 of this crate a little over a year ago. Since then it has not had any breaking public API changes. It's used in production via
async-process
and we've only ever gotten one bug report with it (the now-removed signalfd backend).So, I think this crate is stable and can be released as version 1.0.0. Are there any API changes I should make before releasing the stable version of this crate publicly?
cc @smol-rs/admins
The text was updated successfully, but these errors were encountered: