MCPcopy Create free account
hub / github.com/cloudreve/cloudreve / Shutdown

Method Shutdown

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

Shutdown stops all workers.

()

Source from the content-addressed store, hash-verified

21 Start()
22 // Shutdown stops all workers.
23 Shutdown()
24 // SubmitTask submits a Task to the queue.
25 QueueTask(ctx context.Context, t Task) error
26 // BusyWorkers returns the numbers of workers in the running process.

Callers 1

ShutdownMethod · 0.65

Implementers 1

queuepkg/queue/queue.go

Calls

no outgoing calls

Tested by

no test coverage detected