|
13 | 13 | /// STANDARD_TYPE(KIND, MANGLING, TYPENAME) |
14 | 14 | /// The 1-character MANGLING for a known TYPENAME of KIND. |
15 | 15 | /// |
16 | | -/// STANDARD_TYPE_2(KIND, MANGLING, TYPENAME) |
| 16 | +/// STANDARD_TYPE_CONCURRENCY(KIND, MANGLING, TYPENAME) |
17 | 17 | /// The 1-character MANGLING for a known TYPENAME of KIND that is in the |
18 | | -/// second level of standard types, all of which are mangled with the form |
19 | | -/// Sc<MANGLING>. |
| 18 | +/// second level of standard types in the Concurrency model, all of which are |
| 19 | +/// mangled with the form Sc<MANGLING>. |
20 | 20 | /// |
21 | 21 | /// OBJC_INTEROP_STANDARD_TYPE(KIND, MANGLING, TYPENAME) |
22 | 22 | /// The 1-character MANGLING for a known TYPENAME of KIND, for a type that's |
@@ -79,25 +79,25 @@ STANDARD_TYPE(Protocol, y, StringProtocol) |
79 | 79 | STANDARD_TYPE(Protocol, Z, SignedInteger) |
80 | 80 | STANDARD_TYPE(Protocol, z, BinaryInteger) |
81 | 81 |
|
82 | | -STANDARD_TYPE_2(Protocol, A, Actor) |
83 | | -STANDARD_TYPE_2(Structure, C, CheckedContinuation) |
84 | | -STANDARD_TYPE_2(Structure, c, UnsafeContinuation) |
85 | | -STANDARD_TYPE_2(Structure, E, CancellationError) |
86 | | -STANDARD_TYPE_2(Structure, e, UnownedSerialExecutor) |
87 | | -STANDARD_TYPE_2(Protocol, F, Executor) |
88 | | -STANDARD_TYPE_2(Protocol, f, SerialExecutor) |
89 | | -STANDARD_TYPE_2(Structure, G, TaskGroup) |
90 | | -STANDARD_TYPE_2(Structure, g, ThrowingTaskGroup) |
91 | | -STANDARD_TYPE_2(Protocol, I, AsyncIteratorProtocol) |
92 | | -STANDARD_TYPE_2(Protocol, i, AsyncSequence) |
93 | | -STANDARD_TYPE_2(Structure, J, UnownedJob) |
94 | | -STANDARD_TYPE_2(Class, M, MainActor) |
95 | | -STANDARD_TYPE_2(Structure, P, TaskPriority) |
96 | | -STANDARD_TYPE_2(Structure, S, AsyncStream) |
97 | | -STANDARD_TYPE_2(Structure, s, AsyncThrowingStream) |
98 | | -STANDARD_TYPE_2(Structure, T, Task) |
99 | | -STANDARD_TYPE_2(Structure, t, UnsafeCurrentTask) |
| 82 | +STANDARD_TYPE_CONCURRENCY(Protocol, A, Actor) |
| 83 | +STANDARD_TYPE_CONCURRENCY(Structure, C, CheckedContinuation) |
| 84 | +STANDARD_TYPE_CONCURRENCY(Structure, c, UnsafeContinuation) |
| 85 | +STANDARD_TYPE_CONCURRENCY(Structure, E, CancellationError) |
| 86 | +STANDARD_TYPE_CONCURRENCY(Structure, e, UnownedSerialExecutor) |
| 87 | +STANDARD_TYPE_CONCURRENCY(Protocol, F, Executor) |
| 88 | +STANDARD_TYPE_CONCURRENCY(Protocol, f, SerialExecutor) |
| 89 | +STANDARD_TYPE_CONCURRENCY(Structure, G, TaskGroup) |
| 90 | +STANDARD_TYPE_CONCURRENCY(Structure, g, ThrowingTaskGroup) |
| 91 | +STANDARD_TYPE_CONCURRENCY(Protocol, I, AsyncIteratorProtocol) |
| 92 | +STANDARD_TYPE_CONCURRENCY(Protocol, i, AsyncSequence) |
| 93 | +STANDARD_TYPE_CONCURRENCY(Structure, J, UnownedJob) |
| 94 | +STANDARD_TYPE_CONCURRENCY(Class, M, MainActor) |
| 95 | +STANDARD_TYPE_CONCURRENCY(Structure, P, TaskPriority) |
| 96 | +STANDARD_TYPE_CONCURRENCY(Structure, S, AsyncStream) |
| 97 | +STANDARD_TYPE_CONCURRENCY(Structure, s, AsyncThrowingStream) |
| 98 | +STANDARD_TYPE_CONCURRENCY(Structure, T, Task) |
| 99 | +STANDARD_TYPE_CONCURRENCY(Structure, t, UnsafeCurrentTask) |
100 | 100 |
|
101 | 101 | #undef STANDARD_TYPE |
102 | 102 | #undef OBJC_INTEROP_STANDARD_TYPE |
103 | | -#undef STANDARD_TYPE_2 |
| 103 | +#undef STANDARD_TYPE_CONCURRENCY |
0 commit comments