swift-server / swift-service-lifecycle

Cleanly startup and shutdown server application, freeing resources in order before exiting.
https://swiftpackageindex.com/swift-server/swift-service-lifecycle/documentation/servicelifecycle
Apache License 2.0
396 stars 38 forks source link

Add support for `SIGWINCH` #161

Closed FranzBusch closed 1 year ago

FranzBusch commented 1 year ago

Motivation

SIGWINCH is sent to applications when the window resizes. This is useful to observe for terminal applications to reformat the logging one resize.

Modification

This PR adds support for SIGWINCH in UnixSignals.