procex
procex is a library for launching unix processes, that DOES NOT wrap createProcess. It interfaces directly with vfork and execve, and closes fds efficiently using the new close_range Linux syscall (or close if not available). The syntax for launching processes is clean, concise, and flexible, mimicking sh.
Ecosystem
hackage.haskell.org
hackage.haskell.org
Latest Release
over 3 years ago
0.3.3
over 3 years ago
Versions
9
9
Downloads
1,280 total
1,280 total
Loading...
Readme
Loading...
Links
| Registry | hackage.haskell.org |
| JSON API | View JSON |
| CodeMeta | codemeta.json |