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.
2 parents b26e38e + 49be0b8 commit 57aa7e4Copy full SHA for 57aa7e4
test/Concurrency/Runtime/async_task_yield.swift
@@ -3,6 +3,9 @@
3
// REQUIRES: executable_test
4
// REQUIRES: concurrency
5
6
+// https://bugs.swift.org/browse/SR-14333
7
+// UNSUPPORTED: OS=windows-msvc
8
+
9
@available(macOS 9999, iOS 9999, watchOS 9999, tvOS 9999, *)
10
protocol Go: Actor {
11
func go(times: Int) async -> Int
0 commit comments