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 a2dbdec commit 361eef2Copy full SHA for 361eef2
stdlib/public/Concurrency/PartialAsyncTask.swift
@@ -22,14 +22,14 @@ public struct PartialAsyncTask {
22
23
@frozen
24
public struct UnsafeContinuation<T> {
25
- private var context: UnsafeRawPointer
+ private var context: Builtin.RawUnsafeContinuation
26
27
public func resume(returning: __owned T) { }
28
}
29
30
31
public struct UnsafeThrowingContinuation<T> {
32
33
34
35
public func resume(throwing: __owned Error) { }
0 commit comments