【iOS调试之挂起线程】
iOS调度的时候可以挂起一个程序,在需要的时候再将其设为运行。
参考:https://developer.apple.com/library/ios/#recipes/xcode_help-debug_navigator/articles/suspending_a_thread.html#//apple_ref/doc/uid/TP40010432-CH4-SW1
某些情况下,特性还是有些用的。