queue
The dispatch queue that the system uses for callbacks.
Declaration
var queue: dispatch_queue_t? { get set }Mentioned in
Discussion
Objects that conform to the GCDevicePhysicalInput protocol dispatch callbacks on the device’s handlerQueue property by default. If you want to use a different dispatch queue, set this property to the preferred queue before you set callbacks.