huequad / interview

1 stars 0 forks source link

Global DispatchQueue 의 Qos 에는 어떤 종류가 있는지, 각각 어떤 의미인지 설명하시오. #2

Closed zekexros closed 3 years ago

zekexros commented 3 years ago

https://velog.io/@zeke/whatsDispatchQueueQoS

lenaios commented 3 years ago

main queue와 달리 global queue에 접근할 때는 DispatchQoS를 파라미터로 넘길 수 있는데, DispatchQoS는 실행 우선 순위를 의미한다. The quality of service, or the execution priority, to apply to tasks.

https://velog.io/@lena_/Concurrency-Programming