Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/wavetermdev/waveterm
/ Close
Method
Close
cmd/test-streammanager/deliverypipe.go:243–249 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
241
}
242
243
func
(dp *DeliveryPipe) Close() {
244
dp.lock.Lock()
245
dp.closed = true
246
dp.lock.Unlock()
247
248
dp.wg.Wait()
249
}
Callers
1
runTest
Function · 0.95
Calls
1
Wait
Method · 0.65
Tested by
no test coverage detected