Re: Swift program termination...
Re: Swift program termination...
- Subject: Re: Swift program termination...
- From: "Stephen J. Butler" <email@hidden>
- Date: Sun, 24 May 2015 10:58:27 -0500
I think you should use GCD by creating a dispatch source of type
DISPATCH_SOURCE_TYPE_SIGNAL (the handle is the signal enum, eg
SIGTERM), add an event handler, and then resume it.
On Sun, May 24, 2015 at 10:40 AM, Randy Widell <email@hidden> wrote:
> I’m messing around with Swift to create a network server daemon. Maybe I am thinking too much like a C / C++ programmer, but I am trying to figure out how to gracefully exit when launchd unloads the daemon. Normally, you would just trap SIGTERM, but I’m just not finding anything online about how to do something similar in Swift.
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden