Re: Need some advice on multithreading
Re: Need some advice on multithreading
- Subject: Re: Need some advice on multithreading
- From: Jens Miltner <email@hidden>
- Date: Mon, 24 Nov 2008 11:27:50 +0100
Am 24.11.2008 um 11:08 schrieb WT:
>And to answer one question you asked inline, NSNotificationCenter
>delivers all notifications synchronously and immediately on the
thread
>on which they were sent. It is really just a way of indirectly
>invoking methods, it doesn't know or care about threads at all.
Ok, now, that's something I didn't know and which is very useful to
know. Thanks!
There's also NSNotificationQueue, which you could use to distribute
notifications to another thread.
</jum>
_______________________________________________
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