deviceQueue
The dispatch queue this device uses.
Declaration
var deviceQueue: dispatch_queue_t { get }Discussion
The framework performs all operations on VZCustomVirtioDevice and VZCustomVirtioDeviceDelegate on this serial queue.
The dispatch queue this device uses.
var deviceQueue: dispatch_queue_t { get }The framework performs all operations on VZCustomVirtioDevice and VZCustomVirtioDeviceDelegate on this serial queue.