Registry / utility / posix-spawn

posix-spawn

JSON →
library0.3.15rbrubygemsunverified

posix-spawn uses posix_spawnp(2) for faster process spawning.

gem install posix-spawn
INSTALL
IMPORT
SIG · POSIX-SPAWN
P
posix-spawn
utilityrubyv0.3.15
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

POSIX::Spawn
✓ require 'posix/spawn'

Spawn a child process and capture its output

require 'posix/spawn' child = POSIX::Spawn::Child.new('echo', 'hello') puts child.out
Debug
Known issues
breakingOnly works on POSIX-compliant systems (Linux, macOS)
fix
Use a different process-spawning library on Windows
affects: >= 0.3.0
Upgrade
Version history
0.3.15latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
posix-spawn — gem install posix-spawn · libregistry