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.
私は のthreadDictionaryプロパティがとても好きですNSThread: スレッドごとの所有権を持つものを保存するのに非常に便利です.
threadDictionary
NSThread
GCD キューに相当する辞書はありますか?
iOS 5 以降をターゲットにできる場合は、dispatch_queue_get[set]_specific()これを使用して、辞書スタイル (キー付き) の値をキューに追加できます。不思議なことに、それらのドキュメントページを見つけることができませんが、コメントが付けられていますqueue.h
dispatch_queue_get[set]_specific()
queue.h
を調べてみるとよいでしょうdispatch_set_context/dispatch_get_context。ドキュメンテーションこことここ。コンテキストを管理する必要がありますが、探しているものかもしれません。
dispatch_set_context/dispatch_get_context