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.
1 parent a21d179 commit b9b44c3Copy full SHA for b9b44c3
src/swift/Queue.swift
@@ -344,8 +344,5 @@ internal func _swift_dispatch_queue_concurrent() -> dispatch_queue_attr_t
344
@_silgen_name("_swift_dispatch_get_main_queue")
345
internal func _swift_dispatch_get_main_queue() -> dispatch_queue_t
346
347
-@_silgen_name("_swift_dispatch_apply_current_root_queue")
348
-internal func _swift_dispatch_apply_current_root_queue() -> dispatch_queue_t
349
-
350
@_silgen_name("_swift_dispatch_apply_current")
351
internal func _swift_dispatch_apply_current(_ iterations: Int, _ block: @convention(block) (Int) -> Void)
0 commit comments