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.
是否可以在 GCD 中使用 TLS?我想分派需要访问硬件驱动程序队列的任务。我需要为每个线程关联一个队列,以便它们可以同时进行负载平衡和访问。
GCD 中 TLS 的等价物是 dispatch_queue_set_specific/dispatch_get_specific。但是,将队列与特定线程相关联并不是您可以做的事情。