Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 NSThread 上调用 sleep(),(我将 NSThread 子类化并在其中放置了一个运行循环)问题是这个 sleep 调用阻塞了所有线程,而不仅仅是我的 NSThread ...
解决此问题的最佳方法是什么?
使用 NSThread 你应该使用类方法sleepForTimeInterval:。在此处查看文档。
sleepForTimeInterval: