Skip to content

Commit 90ec896

Browse files
committed
[NFC] Update api-digester concurrency test.
(cherry picked from commit 7f5e47e)
1 parent 849444b commit 90ec896

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/api-digester/stability-concurrency-abi.test

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ Func withCheckedThrowingContinuation(function:_:) has parameter 1 type change fr
9191
Func withCheckedContinuation(function:_:) has been renamed to Func withCheckedContinuation(isolation:function:_:)
9292
Func withCheckedContinuation(function:_:) has mangled name changing from '_Concurrency.withCheckedContinuation<A>(function: Swift.String, _: (Swift.CheckedContinuation<A, Swift.Never>) -> ()) async -> A' to '_Concurrency.withCheckedContinuation<A>(isolation: isolated Swift.Optional<Swift.Actor>, function: Swift.String, _: (Swift.CheckedContinuation<A, Swift.Never>) -> ()) async -> A'
9393

94+
// AsyncStream.init(unfolding:onCancel:) uses @_silgen_name to preserve mangling after adding @preconcurrency.
95+
Constructor AsyncStream.init(unfolding:onCancel:) has mangled name changing from 'Swift.AsyncStream.init(unfolding: () async -> Swift.Optional<A>, onCancel: Swift.Optional<@Sendable () -> ()>) -> Swift.AsyncStream<A>' to 'Swift.AsyncStream.init(unfolding: () async -> Swift.Optional<A>, onCancel: Swift.Optional<() -> ()>) -> Swift.AsyncStream<A>'
96+
9497
// SerialExecutor gained `enqueue(_: __owned Job)`, protocol requirements got default implementations
9598
Func SerialExecutor.enqueue(_:) has been added as a protocol requirement
9699

0 commit comments

Comments
 (0)