MCPcopy 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
223func (b *Broker) Close() {
224 b.sendQueue.Close(false)
225 b.recvQueue.Close(false)
226 b.sendQueue.Wait()
227 b.recvQueue.Wait()
228}
229
230func (b *Broker) cleanupReader(streamId string) {
231 b.lock.Lock()

Callers 1

runTestFunction · 0.95

Calls 2

CloseMethod · 0.65
WaitMethod · 0.65

Tested by

no test coverage detected