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 e3f884e commit 76c5a31Copy full SHA for 76c5a31
Sources/DispatchAsync/DispatchGroup.swift
@@ -70,7 +70,7 @@ extension DispatchAsync {
70
}
71
72
73
- func wait() async {
+ public func wait() async {
74
await withCheckedContinuation { continuation in
75
queue.enqueue { [weak self] in
76
guard let self else { return }
0 commit comments