MCPcopy 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
219func (ts *ThreadState) SetWaitTime(t time.Time) {
220 ts.waitingSince.Store(t.UnixMilli())
221}

Callers 2

setLongWaitTimeFunction · 0.80

Calls

no outgoing calls

Tested by 2

setLongWaitTimeFunction · 0.64