MCPcopy 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

startMethod · 0.65

Implementers 1

fifoSchedulerpkg/queue/scheduler.go

Calls

no outgoing calls

Tested by

no test coverage detected