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 127fe41 commit a4f7aa2Copy full SHA for a4f7aa2
Tests/DispatchAsyncTests/DispatchGroupTests.swift
@@ -133,6 +133,9 @@ struct DispatchGroupTests {
133
}
134
135
/// Swift port of libdispatch/tests/dispatch_group.c
136
+ ///
137
+ /// See https://github.com/swiftlang/swift-corelibs-libdispatch/blob/686475721aca13d98d2eab3a0c439403d33b6e2d/tests/dispatch_group.c
138
139
/// The original C test stresses `dispatch_group_wait` by enqueuing a bunch of
140
/// math-heavy blocks on a global queue, then waiting for them to finish with a
141
/// timeout. It also verifies that `notify` is invoked exactly once.
0 commit comments