Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/wavetermdev/waveterm
/ Close
Method
Close
pkg/streamclient/streambroker.go:223–228 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
221
}
222
223
func
(b *Broker) Close() {
224
b.sendQueue.Close(false)
225
b.recvQueue.Close(false)
226
b.sendQueue.Wait()
227
b.recvQueue.Wait()
228
}
229
230
func
(b *Broker) cleanupReader(streamId string) {
231
b.lock.Lock()
Callers
1
runTest
Function · 0.95
Calls
2
Close
Method · 0.65
Wait
Method · 0.65
Tested by
no test coverage detected