namespace CPF.Mac.CoreFoundation { public enum DispatchQueuePriority { High = 2, Default = 0, Low = -2 } }