I'm calling sleep() on an NSThread, ( I subclassed NSThread and put a run-loop in it) The thing is that this sleep call is blocking all threads not just my NSThread ...
What's the best way to get around this problem?
I'm calling sleep() on an NSThread, ( I subclassed NSThread and put a run-loop in it) The thing is that this sleep call is blocking all threads not just my NSThread ...
What's the best way to get around this problem?