Is there a way to print out the current thread id on which the current method is executing on?
(objective-c please)
In Swift 5
print("Current thread \(Thread.current)")