> hi
>
[quoted text clipped - 3 lines]
> What is the alternate API of "performSelectorOnMainThread" in
> Carbon ?
Strictly speaking there isn't one, since Carbon doesn't have (real)
objects or selectors.
I think your best bet is to send a message to your main thread telling
it to run a specific routine (and optionally providing an argument list).
<http://developer.apple.com/documentation/Carbon/Conceptual/Multitasking_
MultiproServ/index.html#//apple_ref/doc/uid/TP40000853>