Re: Threading, save panels, and segfaults
Re: Threading, save panels, and segfaults
- Subject: Re: Threading, save panels, and segfaults
- From: Finlay Dobbie <email@hidden>
- Date: Sun, 11 Nov 2001 09:51:12 +0000
On Sunday, November 11, 2001, at 01:28 am, R. Tony Goold wrote:
I haven't actually used an NSDistributedNotificationCenter for
inter-thread communication, but it wouldn't imagine it presenting any
more difficulties than inter-task communication, would it?
Or are tasks prevented from receiving notifications they post? The
scenario I imagine is a thread leaving a notification that only the GUI
thread observers, and using that for inter-thread communication. Is
this not possible, or simply not supported?
Notifications happen in the thread they are posted, so you won't be
using a different thread.
-- Finlay