• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
DO
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Prev by Date: NSLog
  • Next by Date: Re: NSLog
  • Previous by thread: Re: NSLog
  • Next by thread: NEWBIE: tableView:willDisplayCell:forTableColumn:row: (documentation)
  • Index(es):
    • Date
    • Thread