DO
DO
- Subject: DO
- From: "Gerriet M. Denkmann" <email@hidden>
- Date: Sat, 10 Aug 2002 23:39:50 +0200
I have two threads, one main, which handles the UI, and one computation,
which communicates via DO as suggested in the Apple documentation.
Main does:
objectA = [ computation giveMeObjectA ];
Is it true that objectA is a Proxy of some object belonging to the
computation thread?
Then I do:
[ computation doSomeLengthlyComputations]; // (this is oneway void)
info = [ objectA giveMeSomeInfo ];
Is this correct?
And is it true that I will get my info only after the lengthly
computations have finished?
Gerriet.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.