Say I have a low priority job. Like checking queues whether there are URL to grab, or stuff.
How can I do that?
I can use timer to check every seconds but I am sure there are better ways.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
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.
You can use GCD to schedule a task with low priority in the main queue.
You can put this code within a loop, timer or whatever you want.