MCPcopy Index your code
hub / github.com/cloudreve/cloudreve / Start

Method Start

pkg/queue/queue.go:21–21  ·  view source on GitHub ↗

Start resume tasks and starts all workers.

()

Source from the content-addressed store, hash-verified

19 Queue interface {
20 // Start resume tasks and starts all workers.
21 Start()
22 // Shutdown stops all workers.
23 Shutdown()
24 // SubmitTask submits a Task to the queue.

Callers 6

thumbQueuePostProcessorFunction · 0.65
server.goFile · 0.65

Implementers 1

queuepkg/queue/queue.go

Calls

no outgoing calls

Tested by

no test coverage detected