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 7126f32 commit fd8097cCopy full SHA for fd8097c
stdlib/public/Concurrency/Task.swift
@@ -417,7 +417,7 @@ extension Task {
417
public func runTask(_ task: __owned Builtin.NativeObject)
418
419
@_silgen_name("swift_task_getJobFlags")
420
-func getJobFlags(_ task: __owned Builtin.NativeObject) -> Task.JobFlags
+func getJobFlags(_ task: Builtin.NativeObject) -> Task.JobFlags
421
422
public func runAsync(_ asyncFun: @escaping () async -> ()) {
423
let childTask = Builtin.createAsyncTask(0, nil, asyncFun)
0 commit comments