MCPcopy 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
9type Queuer interface {
10 Run()
11 Push(job Jober)
12 Terminate()
13}

Callers 2

RunFunction · 0.65
RunListQueueFunction · 0.65

Implementers 2

ListQueuelist_queue.go
Queuechan_queue.go

Calls

no outgoing calls

Tested by

no test coverage detected