hackage.haskell.org : 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.
Registry
- JSON
- codemeta.json
purl: pkg:hackage/procex
Keywords:
library
, mit
, shell
, system
, Propose Tags
License: MIT
Latest release: over 3 years ago
First release: over 4 years ago
Downloads: 1,247 total
Last synced: 11 days ago