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 e4ff55f commit f20904dCopy full SHA for f20904d
Tests/AsyncQueueTests/CancellableQueueTests.swift
@@ -182,7 +182,7 @@ struct CancellableQueueTests {
182
await taskAllowedToEnd.wait()
183
}
184
185
- // Create pending tasks that won't start until the first task suspends
+ // Create additional tasks
186
let task2 = Task(on: systemUnderTest) { _ in }
187
188
let task3 = Task(on: systemUnderTest) { _ in }
@@ -275,7 +275,7 @@ struct CancellableQueueTests {
275
276
277
278
279
let task2 = Task(on: systemUnderTest) { }
280
281
let task3 = Task(on: systemUnderTest) { }
0 commit comments