On Tue, Dec 16, 2008 at 8:02 PM, Chris Idou <idou...@yahoo.com> wrote: > Is there any Cocoa and/or Carbon interface to UNIX signals?
Nope. It's pretty easy to set up a signal handler that can call back to a Cocoa/CoreFoundation runloop though, by having it write to a pipe or mach port which the runloop monitors. However it's rarely useful to monitor signals in GUI apps, so you may not want to actually do this. Mike _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com