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 4832a7e commit 583b965Copy full SHA for 583b965
Sources/gRPC/CountDownLatch.swift
@@ -45,7 +45,7 @@ public class CountDownLatch {
45
}
46
47
public func signal() {
48
- condition.lock()
+ self.condition.lock()
49
self.count = self.count - 1
50
self.condition.signal()
51
self.condition.unlock()
0 commit comments