Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.67 KB

process.md

File metadata and controls

38 lines (32 loc) · 1.67 KB

Bookmarks tagged [process]

https://github.com/jarib/childprocess

Cross-platform ruby library for managing child processes.


https://github.com/rtomayko/posix-spawn

Fast Process::spawn for Rubys >= 1.8.7 based on the posix_spawn() system interfaces.


https://github.com/kennethreitz/delegator.py

Subprocesses for Humans™ 2.0.


https://sarge.readthedocs.io/en/latest/

Yet another wrapper for subprocess.


https://github.com/amoffat/sh

A full-fledged subprocess replacement for Python.