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.
実際に操作のリストを取得して各項目と比較することなく、NSOperation が既に NSOperationQueue にあるかどうかを知る方法を知っている人はいますか?
前もって感謝します、
リストを取得する必要がありますが、それほど負担ではありません。queueとoperationがオブジェクトの場合:
queue
operation
[[queue operations] containsObject:operation];