Sobes.tech
Middle

What is a work item?

sobes.tech AI

Answer from AI

A work item in the terminology of Dispatch (Grand Central Dispatch - GCD) represents a unit of work that needs to be executed in a queue. It can be either a closure (code block) or a function. GCD manages the execution of these work items by distributing them across available threads.

What is a work item? — iOS - sobes.tech