Adds docs.

This commit is contained in:
Alliballibaba
2025-10-07 21:23:40 +02:00
parent df7e77d3a6
commit 77fec2b4a7
3 changed files with 52 additions and 5 deletions

View File

@@ -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