smol-rs / async-signal

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

Fix cfg for concurrent-queue dependency #18

Closed taiki-e closed 11 months ago

taiki-e commented 11 months ago

Fixes #16

Fritiofhedstrom commented 11 months ago

Does it make more sense to move the dependency to the "cfg(unix)" declaration?

notgull commented 11 months ago

Does it make more sense to move the dependency to the "cfg(unix)" declaration?

No, because concurrent-queue is only used by the signalfd backend.