Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudreve/cloudreve
/ Request
Method
Request
pkg/queue/scheduler.go:25–25 ·
view source on GitHub ↗
Request get a new Task from the queue
()
Source
from the content-addressed store, hash-verified
23
Queue(task Task) error
24
// Request get a new Task from the queue
25
Request() (Task, error)
26
// Shutdown stop all worker
27
Shutdown() error
28
}
Callers
1
start
Method · 0.65
Implementers
1
fifoScheduler
pkg/queue/scheduler.go
Calls
no outgoing calls
Tested by
no test coverage detected