cleanup, docs
This commit is contained in:
@@ -15,7 +15,5 @@ Returns `0` when no matching task is active or task state cannot be read safely.
|
||||
|
||||
New task status records include the Linux process start tick from `/proc/<pid>/stat`, so `task_pid()` can reject a stale status file if the PID has exited and the numeric PID has since been reused by another process.
|
||||
|
||||
Related:
|
||||
|
||||
- PHP: background-process patterns using `proc_open()`, queues, cron, or worker supervisors
|
||||
- JavaScript / Node.js: Node `child_process`, worker queues, timers, schedulers, and supervised background jobs
|
||||
:example
|
||||
print("task_pid example\n");
|
||||
|
||||
Reference in New Issue
Block a user