Hi,
is there anything like an identifier of a NSSThread? The following code:
NSLog(@"thread: %@",(NSThread*)aThread);
results in something like this:
Thread: {name = (null), num = 6}
Is there a way to get this thread number, maybe?
Best, heinrich