process.md
July 15, 2021 · View on GitHub
Bookmarks tagged [process]
www.codever.land/bookmarks/t/process
childprocess
https://github.com/jarib/childprocess
Cross-platform ruby library for managing child processes.
- tags: ruby, process
- :octocat: source code
posix-spawn
https://github.com/rtomayko/posix-spawn
Fast Process::spawn for Rubys >= 1.8.7 based on the posix_spawn() system interfaces.
- tags: ruby, process
- :octocat: source code
delegator.py
https://github.com/kennethreitz/delegator.py
Subprocesses for Humans™ 2.0.
- tags: python, process
- :octocat: source code
sarge
https://sarge.readthedocs.io/en/latest/
Yet another wrapper for subprocess.
sh
A full-fledged subprocess replacement for Python.
- tags: python, process
- :octocat: source code