On Thu, Dec 18, 2008 at 1:43 PM, Stephen J. Butler <[email protected]> wrote: > I wonder... NSThread posts an NSThreadWillExitNotification with the > NSThread instance as the object, which is retaining your > ConnectionFactory. Is it possible that since you have no run loops the > notification gets stuck until some run loop runs?
NSThreadWillExitNotification is posted synchronously by the exiting thread on the exiting thread as it exits, and as such doesn't care at all about runloops. Mike _______________________________________________ Cocoa-dev mailing list ([email protected]) 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 [email protected]
