We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b38074 + 2735dc3 commit 3bceadaCopy full SHA for 3bceada
stdlib/public/SDK/Dispatch/Dispatch.swift
@@ -70,7 +70,7 @@ public func dispatch_get_global_queue(identifier: qos_class_t,
70
return dispatch_get_global_queue(Int(identifier.rawValue), flags);
71
}
72
73
-public var DISPATCH_QUEUE_CONCURRENT : dispatch_queue_attr_t {
+public var DISPATCH_QUEUE_CONCURRENT: dispatch_queue_attr_t {
74
return _swift_dispatch_queue_concurrent()
75
76
@@ -79,7 +79,7 @@ public var DISPATCH_QUEUE_CONCURRENT : dispatch_queue_attr_t {
79
internal func _swift_dispatch_queue_concurrent() -> dispatch_queue_attr_t
80
81
// dispatch/data.h
82
-public var dispatch_data_empty : dispatch_data_t {
+public var dispatch_data_empty: dispatch_data_t {
83
return _swift_dispatch_data_empty()
84
85
0 commit comments