MCPcopy 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
17func convertToInactiveThread(thread *phpThread) {
18 thread.setHandler(&inactiveThread{thread: thread})
19}
20
21func (handler *inactiveThread) beforeScriptExecution() string {
22 thread := handler.thread

Callers 2

deactivateThreadsFunction · 0.85

Calls 1

setHandlerMethod · 0.80