MCPcopy Index your code
hub / github.com/php/frankenphp / StartWorker

Method StartWorker

metrics.go:21–21  ·  view source on GitHub ↗

StartWorker collects started workers

(name string)

Source from the content-addressed store, hash-verified

19type Metrics interface {
20 // StartWorker collects started workers
21 StartWorker(name string)
22 // ReadyWorker collects ready workers
23 ReadyWorker(name string)
24 // StopWorker collects stopped workers

Callers 1

setupWorkerScriptFunction · 0.65

Implementers 2

nullMetricsmetrics.go

Calls

no outgoing calls

Tested by

no test coverage detected