MCPcopy Create free account
hub / github.com/dundee/gdu / decreaseActiveWorkers

Method decreaseActiveWorkers

tui/background.go:95–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93}
94
95func (ui *UI) decreaseActiveWorkers() {
96 ui.workersMut.Lock()
97 defer ui.workersMut.Unlock()
98 ui.activeWorkers--
99}

Callers 1

deleteItemMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected