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 4621612
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T02:43:35+00:00 2026-05-22T02:43:35+00:00

I have a few functions that I need to call when I press a

  • 0

I have a few functions that I need to call when I press a button. I use [self getamountofdatacenters]; to call these functions. When I press the button, the simulator gets stuck until its done with all the functions, and this takes 5-7 seconds, so I’m trying to use NSThread:

[NSThread detachNewThreadSelector:@selector(GETAMOUNTDATACENTERS) 
                         toTarget:self 
                       withObject:nil];

I’m doing this three times with different functions, but I want to find out what the progress is of an NSThread and to catch it when it’s actually done. How can I do this? Thank you.

  • 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-22T02:43:36+00:00Added an answer on May 22, 2026 at 2:43 am

    Forget about explicit threads and use GCD:

    dispatch_async(dispatch_get_global_queue(0, NULL), ^{
        [self getNumberOfDataCenters];
        dispatch_sync(dispatch_get_main_queue(), ^{
            // The work is done, do whatever you need.
            // This code is executed on the main thread,
            // so that you can update the UI.
        });
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a fairly simple python loop that calls a few functions, and writes
Lets say I have a few utility functions in file tests/utils/functions.js. I would like
I have written a few nearly identical functions, except for their names. For example:
I have a few issues with the following php functions (part of a bigger
I have few asynchronous tasks running and I need to wait until at least
Sadly, I have a legacy PHP4 system that I continuously need to add features
I have a script that forces a download and I make a call to
I have a system (let's call it System A) that allows the user to
I have a few custom logfunctions that are extensions of cat . A basic
I want to have a generic function for a few types such as long,

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.