Re: Threads
Re: Threads
- Subject: Re: Threads
- From: Alastair Houghton <email@hidden>
- Date: Mon, 11 Jul 2016 10:00:57 +0100
On 11 Jul 2016, at 06:35, Gerriet M. Denkmann <email@hidden> 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@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
References: | |
| >Threads (From: "Gerriet M. Denkmann" <email@hidden>) |