Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7069417
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T05:26:35+00:00 2026-05-28T05:26:35+00:00

I maintain a dispatch queue as a property with my view controller. I create

  • 0

I maintain a dispatch queue as a property with my view controller. I create this queue once in my view controller’s init method, and reuse a few times for some background tasks. Before ARC, I was doing this:

@property (nonatomic, assign) dispatch_queue_t filterMainQueue;

And in init:

if (filterMainQueue == nil) {
     filterMainQueue = dispatch_queue_create("com.myQueue.CJFilterMainQueue", NULL);
}

But after ARC, I’m not sure if this should still be “assign”, or should it be “strong” or “weak”. The ARC convertor script didn’t change anything but I’m not sure if a subtle bug is coming from the fact that this queue might be deallocated while it’s being used?

What would be the difference between the 3 types of properties, and what will work the best for a dispatch queue, when using ARC?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T05:26:36+00:00Added an answer on May 28, 2026 at 5:26 am

    Updated answer:

    In current OS X and iOS, Dispatch objects are now treated as Obj-C objects by ARC. They will be memory-managed the same way that Obj-C objects will, and you should use strong for your property.

    This is controlled by the OS_OBJECT_USE_OBJC macro, defined in <os/object.h>. It’s set to 1 by default when your deployment target is OS X 10.8 or higher, or iOS 6.0 or higher. If you’re deploying to an older OS, then this is left at 0 and you should see my original answer below.


    Original answer:

    Dispatch objects (including queues) are not Obj-C objects, so the only possible choice is assign. The compiler will throw an error if you try to use strong or weak. ARC has no impact on GCD.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I maintain the build system at my company, which is currently using CVS. This
I maintain a few Python packages. I have a very similar setup.py file for
I maintain an application that uses a (to me) surprising PHP quirk/bug/feature. Consider this
I maintain a program written in Delphi 6. It loads some bpl package files
I maintain a few different Facebook applications, and across them I use FB.Canvas.setAutoResize(); to
I maintain a project that has a function definition similar to this: def f(a,
/*Forum maintain scrollposition*/ $('#wpf-wrapper a').each(function() { $(this).click(function() { $(this).attr('href', $(this).attr('href') + #wpf-wrapper); }); });
I maintain a Python program that provides advice on certain topics. It does this
I maintain the augeas FFI library at http://hackage.haskell.org/package/augeas Recently augeas added an aug_to_xml method
I maintain an old PC-only application written in Delphi 7. Although Delphi has served

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.