Skip to content

Commit 84cdeb7

Browse files
authored
Merge pull request #36322 from DougGregor/resurrect-unsafe-throwing-continuation
2 parents a0369c5 + 3270220 commit 84cdeb7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stdlib/public/Concurrency/PartialAsyncTask.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,3 +211,6 @@ public func withUnsafeThrowingContinuation<T>(
211211
fn(UnsafeContinuation<T, Error>($0))
212212
}
213213
}
214+
215+
@available(*, deprecated, message: "please use UnsafeContination<..., Error>")
216+
public typealias UnsafeThrowingContinuation<T> = UnsafeContinuation<T, Error>

0 commit comments

Comments
 (0)