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 49da078 commit ca423f4Copy full SHA for ca423f4
stdlib/public/Concurrency/PartialAsyncTask.swift
@@ -37,7 +37,7 @@ public struct UnsafeContinuation<T> {
37
extension UnsafeContinuation where T == Void {
38
@inlinable
39
public func resume() {
40
- self.resume(returning: ())
+ self.resume(returning: ())
41
}
42
43
@@ -68,7 +68,7 @@ public struct UnsafeThrowingContinuation<T> {
68
extension UnsafeThrowingContinuation where T == Void {
69
70
71
72
73
74
0 commit comments