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

  • SEARCH
  • Home
  • 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 8972013
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T18:06:32+00:00 2026-06-15T18:06:32+00:00

I just want to confirm my reasoning that doing a dispatch_sync from the UI

  • 0

I just want to confirm my reasoning that doing a dispatch_sync from the UI thread(main thread) using the main queue is utterly useless.

To add to that, async would be just as useless but with the illusion that it is useful because it doesn’t block.

Let me know.

Thanks

  • 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-06-15T18:06:33+00:00Added an answer on June 15, 2026 at 6:06 pm

    The dispatch_sync to the same queue is not only useless, but it will lock your app. dispatch_sync says “dispatch something, but don’t proceed on this queue until the other queue responds”. That obviously can’t happen if the “other” queue (that we’re waiting for it to complete the dispatched block) is the same one as “this” queue (which is blocked until that other queue responds). Your app will freeze, waiting for itself!

    On the other hand, dispatch_async to the same queue you’re currently on is not generally a very useful construction, but at least it won’t freeze. I’ve seen some awkward code that used dispatch_async to itself as a way of saying “as soon as I finish some series of actions, I then want to do something else”. I’ve rarely seen this dispatching asynchronously to itself in situations where it couldn’t be done more elegantly another way, but I have seen it.

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

Sidebar

Related Questions

I just want to confirm that I'm understanding correctly, in Interface Builder the Class
For those who code in Notepad++, I just want to confirm that Notepad++ does
Just want to confirm that I have this correct, and would like to see
I just want to confirm that android's GridView only supports horizontal gravity for its
I'm pretty sure the answer is yes, but I just want to confirm that
I just want to confirm that I fully understood the prerequisites for CDI to
This would seem to be obvious, but I just want to confirm that this
Quick question. Just want to confirm that a network call such as to a
I just want to confirm that which is the better way for handling the
I just want to confirm something I noticed when downloading a file through sftp

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.