I'm experimenting with the new Xcode 9 Main Thread Checker
This is pretty neat. I'd like to now mark / annotate my Obj-C methods to be invoked only from the main thread so the Main Thread Checker can kick-in automatically when attached to the debugger. I can't find any way to do this.