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

Method name

phpthread.go:39–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37// threadHandler defines how the callbacks from the C thread should be handled
38type threadHandler interface {
39 name() string
40 beforeScriptExecution() string
41 afterScriptExecution(exitStatus int)
42 context() context.Context

Callers 2

nameMethod · 0.65
threadDebugStateFunction · 0.65

Implementers 4

taskThreadthreadtasks_test.go
workerThreadthreadworker.go
inactiveThreadthreadinactive.go
regularThreadthreadregular.go

Calls

no outgoing calls

Tested by

no test coverage detected