• 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
Re: Blocks and Methods...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Blocks and Methods...


  • Subject: Re: Blocks and Methods...
  • From: Ken Thomases <email@hidden>
  • Date: Sat, 28 Jan 2012 10:51:10 -0600

On Jan 28, 2012, at 10:40 AM, R wrote:

> I originally chose to hold the block in an array, but that failed.
> I'm still confused over that...

By itself, an array only retains the block.  A block must be explicitly copied if it is to outlive the scope that created it.  And, of course, that copy operation has to be balanced with an eventual release.

Regards,
Ken


_______________________________________________

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: Blocks and Methods...
      • From: Ben Kennedy <email@hidden>
    • Re: Blocks and Methods...
      • From: R <email@hidden>
References: 
 >Blocks and Methods... (From: R <email@hidden>)
 >Re: Blocks and Methods... (From: Mike Abdullah <email@hidden>)
 >Re: Blocks and Methods... (From: R <email@hidden>)

  • Prev by Date: Re: Recently Opened in Doc
  • Next by Date: Re: How to get the dispatch queue for the current thread's runloop?
  • Previous by thread: Re: Blocks and Methods...
  • Next by thread: Re: Blocks and Methods...
  • Index(es):
    • Date
    • Thread