nix icon indicating copy to clipboard operation
nix copied to clipboard

Interest in adding an safe API for spawn and spawn_p?

Open VincentWo opened this issue 3 years ago • 1 comments
trafficstars

I am working at a project requiring me to call ’spawn’ and I noticed that there isn't a safe API for it.

I am going to develop a safe API for my private usage anyway and was wondering whether there would be an Interest for it to be contributed here :)

VincentWo avatar Jun 08 '22 09:06 VincentWo

Do you mean posix_spawn? Yes, that would make sense. We already wrap fork, after all.

asomers avatar Jun 24 '22 19:06 asomers