• 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
GCD question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GCD question


  • Subject: GCD question
  • From: "Rick C." <email@hidden>
  • Date: Thu, 19 Jul 2012 14:47:13 +0800

Hi,

If I use this to initiate a background "thread":


dispatch_async(dispatch_get_global_queue(0, 0), ^{

// do some stuff

[self runMyFunction];

[self runAnotherFunction];

// do some more stuff

});


My question is with my sample calling runMyFunction or runAnotherFunction are they blocking?  Meaning will they block the background "thread" until they are complete and then it will continue?  Or must I put them into another kind of block so that they finish FIFO?  Thanks just looking for a confirmation as I'm moving to GCD from threads...

rc
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: GCD question
      • From: Fritz Anderson <email@hidden>
  • Prev by Date: Re: NSArrayController not rearranging correctly
  • Next by Date: Re: NSArrayController not rearranging correctly
  • Previous by thread: Re: Regex library recommendations ?
  • Next by thread: Re: GCD question
  • Index(es):
    • Date
    • Thread