Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/php/frankenphp
/ SetWaitTime
Method
SetWaitTime
internal/state/state.go:219–221 ·
view source on GitHub ↗
(t time.Time)
Source
from the content-addressed store, hash-verified
217
}
218
219
func
(ts *ThreadState) SetWaitTime(t time.Time) {
220
ts.waitingSince.Store(t.UnixMilli())
221
}
Callers
2
TestMaxIdleTimePreventsEarlyDeactivation
Function · 0.80
setLongWaitTime
Function · 0.80
Calls
no outgoing calls
Tested by
2
TestMaxIdleTimePreventsEarlyDeactivation
Function · 0.64
setLongWaitTime
Function · 0.64