Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/imgproxy/imgproxy
/ Wait
Method
Wait
asyncbuffer/latch.go:24–26 ·
view source on GitHub ↗
Wait blocks until the latch is released.
()
Source
from the content-addressed store, hash-verified
22
23
// Wait blocks until the latch is released.
24
func
(g *Latch) Wait() {
25
<-g.done
26
}
Callers
2
TestLatchWait
Function · 0.95
TestLatchMultipleWaiters
Function · 0.95
Calls
no outgoing calls
Tested by
2
TestLatchWait
Function · 0.76
TestLatchMultipleWaiters
Function · 0.76