I have on many places in my code:
[self performSelector:@selector(mySelector:) onThread:myThread withObject:nil waitUntilDone:YES];
I want to know how many selectors are waiting to be performed in myThread.
Is it possible?
I have on many places in my code:
[self performSelector:@selector(mySelector:) onThread:myThread withObject:nil waitUntilDone:YES];
I want to know how many selectors are waiting to be performed in myThread.
Is it possible?