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 f7fb5a1 commit 49be0b8Copy full SHA for 49be0b8
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