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