A wrapper around g_spawn_async_with_pipes() with async-signal-safe
implementation of GLib.SpawnChildSetupFunc to launch a child program
asynchronously resetting the rlimit nofile on child setup.
Parameters
working_directory: string|null
child's current working directory, or null to inherit parent's
A wrapper around
g_spawn_async_with_pipes()with async-signal-safe implementation of GLib.SpawnChildSetupFunc to launch a child program asynchronously resetting the rlimit nofile on child setup.