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 a87ff78 commit 4306c9cCopy full SHA for 4306c9c
test/Concurrency/strict_concurrency_off.swift
@@ -31,6 +31,7 @@ struct S3 {
31
func takeSendable(_ body: @Sendable () -> Void) {
32
}
33
34
+@available(SwiftStdlib 5.1, *)
35
func passSendable(
36
c1: C1, c2: C2, c3: C3, fn: @escaping () -> Void, s1: S1, s2: S2, s3: S3
37
) async {
0 commit comments