On 11 Jul 2016, at 06:35, Gerriet M. Denkmann <[email protected]> wrote: > > I have a subclass of NSThread (called MyThread), which runs a RunLoop in main. > When it gets cancelled, it leaves the RunLoop and main will exit.
One further thought on this: it looks like you might be duplicating the functionality of NSOperationQueue and/or GCD, in which case you might consider using those instead? Kind regards, Alastair. -- http://alastairs-place.net _______________________________________________ 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
