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 をサブクラス化し、それに実行ループを入れました) 問題は、このスリープ呼び出しが私の NSThread だけでなくすべてのスレッドをブロックしていることです...
この問題を回避する最善の方法は何ですか?
NSThread を使用すると、クラス メソッドを使用する必要がありますsleepForTimeInterval:。ここでドキュメントを確認してください。
sleepForTimeInterval: