Expand description
Safe wrappers around posix_spawn* functions found in the libc “spawn.h” header.
Structs§
- Posix
Spawn Attr  - A spawn attributes object. See posix_spawnattr_t.
 - Posix
Spawn File Actions  - A spawn file actions object. See posix_spawn_file_actions_t.
 - Posix
Spawn Flags  - Process attributes to be changed in the new process image when invoking 
posix_spawnorposix_spawnp. See posix_spawn. 
Functions§
- posix_
spawn  - Create a new child process from the specified process image. See posix_spawn.
 - posix_
spawnp  - Create a new child process from the specified process image. See posix_spawnp.