MCPcopy Create free account
hub / github.com/rabbitstack/fibratus / close

Method close

pkg/util/va/ws.go:171–176  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

169}
170
171func (p *pool) close() {
172 close(p.free)
173 for w := range p.free {
174 w.close()
175 }
176}
177
178func newWorker() (*worker, error) {
179 w := &worker{

Calls

no outgoing calls