• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Swift program termination...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Swift program termination...
      • From: Randy Widell <email@hidden>
References: 
 >Swift program termination... (From: Randy Widell <email@hidden>)

  • Prev by Date: Swift program termination...
  • Next by Date: Re: NSTreeController/Outline View Problem
  • Previous by thread: Swift program termination...
  • Next by thread: Re: Swift program termination...
  • Index(es):
    • Date
    • Thread