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

Function convertToRegularThread

threadregular.go:31–37  ·  view source on GitHub ↗
(thread *phpThread)

Source from the content-addressed store, hash-verified

29)
30
31func convertToRegularThread(thread *phpThread) {
32 thread.setHandler(&regularThread{
33 thread: thread,
34 state: thread.state,
35 })
36 attachRegularThread(thread)
37}
38
39// beforeScriptExecution returns the name of the script or an empty string on shutdown
40func (handler *regularThread) beforeScriptExecution() string {

Callers 3

InitFunction · 0.85
addRegularThreadFunction · 0.85

Calls 2

attachRegularThreadFunction · 0.85
setHandlerMethod · 0.80