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

CALayer -drawInContext and GCD


  • Subject: CALayer -drawInContext and GCD
  • From: Vincent Habchi <email@hidden>
  • Date: Thu, 2 Sep 2010 16:39:20 +0200

Hi everybody,

I just wanted to know someone has already tried to successfully send a CALayer -drawInContext method to a GCD dispatch queue. I suspect this is not possible, because of main loop related issue, but this is unclear.

If it does not work, does it make sense to divide the code in two parts, one for data retrieval, the other for proper data display, execute the former on a dispatch_queue, which would, upon completion, schedule the latter on the dispatch_main_queue?

Thanks,
Vincent_______________________________________________

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: CALayer -drawInContext and GCD
      • From: David Duncan <email@hidden>
  • Prev by Date: Wrong font size in menu items
  • Next by Date: Re: CALayer -drawInContext and GCD
  • Previous by thread: Wrong font size in menu items
  • Next by thread: Re: CALayer -drawInContext and GCD
  • Index(es):
    • Date
    • Thread