cleanup, docs
This commit is contained in:
@@ -21,7 +21,5 @@ Wraps the standard POSIX `kill()` function for positive process IDs.
|
||||
|
||||
Passing `0` as the signal performs an existence and permission check without actually delivering a signal.
|
||||
|
||||
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_kill example\n");
|
||||
|
||||
Reference in New Issue
Block a user