Skip to content
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

UnixSignal: Add SIGCONT #192

Merged
merged 1 commit into from
Dec 10, 2024
Merged

UnixSignal: Add SIGCONT #192

merged 1 commit into from
Dec 10, 2024

Conversation

juri
Copy link
Contributor

@juri juri commented Dec 9, 2024

I'm using swift-service-lifecycle's UnixSignal in a text UI library, and needed SIGCONT. It's probably not super relevant in the service use case, but it looks like UnixSignal is the best way to handle signals, service or not, and I don't know if there's a downside to the library supporting it?

Copy link
Contributor

@FranzBusch FranzBusch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. Happy to add this to our list of signals!

@FranzBusch FranzBusch enabled auto-merge (squash) December 10, 2024 10:06
@FranzBusch FranzBusch added the 🆕 semver/minor Adds new public API. label Dec 10, 2024
@FranzBusch FranzBusch merged commit a6a4bc7 into swift-server:main Dec 10, 2024
23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🆕 semver/minor Adds new public API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants