Ah! I had been wondering if I had an extra step in there.
However, when I "SendEventToEventTarget" from the second thread to
a target of the Event Dispatcher, it seems to execute the installed
handler in the second thread as expected.
Yes, that would get your desired results, but I wouldn't really
recommend it; we don't guarantee that the event dispatcher target is
thread-safe. You could be executing code provided by the event
dispatcher target on mulitple threads in that case. Offhand, I don't
know of any reason why that would break, but I can't guarantee it.
-eric
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Carbon-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/carbon-dev/email@hidden