Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/krau/SaveAny-Bot
/ Close
Method
Close
pkg/queue/queue.go:177–183 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
175
}
176
177
func
(tq *TaskQueue[T]) Close() {
178
tq.mu.Lock()
179
defer
tq.mu.Unlock()
180
181
tq.closed = true
182
tq.cond.Broadcast()
183
}
Callers
15
api.go
File · 0.45
api_playwright.go
File · 0.45
Parse
Method · 0.45
parseOne
Method · 0.45
InvokeRequest
Method · 0.45
TestCloseBehavior
Function · 0.45
TestClient_AddURI
Function · 0.45
TestClient_TellStatus
Function · 0.45
TestClient_WithSecret
Function · 0.45
TestClient_ContextCancellation
Function · 0.45
TestClient_RPCError
Function · 0.45
call
Method · 0.45
Calls
no outgoing calls
Tested by
6
TestCloseBehavior
Function · 0.36
TestClient_AddURI
Function · 0.36
TestClient_TellStatus
Function · 0.36
TestClient_WithSecret
Function · 0.36
TestClient_ContextCancellation
Function · 0.36
TestClient_RPCError
Function · 0.36