MCPcopy Create free account
hub / github.com/imgproxy/imgproxy / LatchDone

Function LatchDone

asyncbuffer/export_test.go:9–11  ·  view source on GitHub ↗

LatchDone returns the internal done channel of a Latch for testing.

(l *Latch)

Source from the content-addressed store, hash-verified

7
8// LatchDone returns the internal done channel of a Latch for testing.
9func LatchDone(l *Latch) chan struct{} {
10 return l.done
11}

Callers 3

TestNewLatchFunction · 0.92
TestLatchReleaseFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected