smol-rs / async-signal

Asynchronous signal handling
Apache License 2.0
15 stars 6 forks source link

Use windows-sys instead of our own bindings #14

Closed taiki-e closed 1 year ago

taiki-e commented 1 year ago

Many I/O-related crates in smol-rs already depend on windows-sys. I'm not sure it's worth the cost of avoiding windows-sys here and maintaining our own bindings.