Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LyricTian/queue
/ Run
Method
Run
queue.go:10–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
// and improving task processing
9
type
Queuer
interface
{
10
Run()
11
Push(job Jober)
12
Terminate()
13
}
Callers
2
Run
Function · 0.65
RunListQueue
Function · 0.65
Implementers
2
ListQueue
list_queue.go
Queue
chan_queue.go
Calls
no outgoing calls
Tested by
no test coverage detected