libuv/docs
Jameson Nash 58418d5310
process: better validation for process->pid usage (#3539)
Previously, the user might unknowingly close a uv_process_t before
doing waitpid on the zombie, leaving it forever undead. Track the state
of the child, so that the application wrapper can avoid this by calling
uv_process_kill and checking for UV_ESRCH error.
2026-03-19 15:28:02 -04:00
..
code doc: fix threading bugs in progress example (#4956) 2026-03-16 22:36:18 -04:00
src process: better validation for process->pid usage (#3539) 2026-03-19 15:28:02 -04:00
make.bat doc: add API documentation 2014-09-11 09:38:35 +02:00
Makefile doc: Add textual images into libuv man page (#4709) 2026-03-16 21:53:03 -04:00
requirements.txt docs: add copybutton sphinx extension (#4958) 2026-03-16 22:34:59 -04:00