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 8669dea + 455fa88 commit a8d0327Copy full SHA for a8d0327
src/swift/Wrapper.swift
@@ -15,6 +15,10 @@ import CDispatch
15
// This file contains declarations that are provided by the
16
// importer via Dispatch.apinote when the platform has Objective-C support
17
18
+@noreturn public func dispatchMain() {
19
+ CDispatch.dispatch_main()
20
+}
21
+
22
public class DispatchObject {
23
24
internal func wrapped() -> dispatch_object_t {
0 commit comments