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

Struct taskThread

threadtasks_test.go:12–15  ·  view source on GitHub ↗

representation of a thread that handles tasks directly assigned by go implements the threadHandler interface

Source from the content-addressed store, hash-verified

10// representation of a thread that handles tasks directly assigned by go
11// implements the threadHandler interface
12type taskThread struct {
13 thread *phpThread
14 execChan chan *task
15}
16
17// task callbacks will be executed directly on the PHP thread
18// therefore having full access to the PHP runtime

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected