Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/php/frankenphp
/ convertToInactiveThread
Function
convertToInactiveThread
threadinactive.go:17–19 ·
view source on GitHub ↗
(thread *phpThread)
Source
from the content-addressed store, hash-verified
15
}
16
17
func
convertToInactiveThread(thread *phpThread) {
18
thread.setHandler(&inactiveThread{thread: thread})
19
}
20
21
func
(handler *inactiveThread) beforeScriptExecution() string {
22
thread := handler.thread
Callers
2
deactivateThreads
Function · 0.85
TestTransitionRegularThreadToWorkerThread
Function · 0.85
Calls
1
setHandler
Method · 0.80
Tested by
1
TestTransitionRegularThreadToWorkerThread
Function · 0.68