Riley King-Saunders 7c437b8f30 Added a function to wait on any process completing
Added function to check if all processes are finished without blocking
Added a function to set a uniproc_process object to a known invalid value
Added a function to check if a process is a known invalid value
Added userdata variable to struct as well as functions to set/get it

Updated uniproc_close_process to set the process to a known invalid value
All functions now ignore uniproc_process's with a known invalid value
uniproc_create_process will now return a known invalid value if it fails to create a process
2025-03-06 15:29:37 +11:00
2025-03-02 15:32:01 +11:00
2025-03-02 15:32:01 +11:00

uniproc

A small library that provides cross-platform functionality to create processes where their stdin/out/err is entirely controllable by the parent

Description
A small library that provides cross-platform functionality to create processes where their stdin/out/err is entirely controllable by the parent
Readme GPL-2.0 75 KiB
Languages
C 100%