mirror of
https://github.com/dunglas/frankenphp.git
synced 2025-12-24 13:38:11 +08:00
Adds docs.
This commit is contained in:
@@ -25,7 +25,8 @@ type taskWorker struct {
|
||||
argc C.int
|
||||
}
|
||||
|
||||
// representation of a thread that handles tasks directly assigned by go
|
||||
// representation of a thread that handles tasks directly assigned by go or via frankenphp_dispatch_task()
|
||||
// can also just execute a script in a loop
|
||||
// implements the threadHandler interface
|
||||
type taskWorkerThread struct {
|
||||
thread *phpThread
|
||||
|
||||
Reference in New Issue
Block a user