Registry / utility / background-process

background-process

JSON →
library1.3rbrubygemsunverified

A library for spawning and interacting with UNIX processes.

gem install background_process
INSTALL
IMPORT
SIG · BACKGROUND-PROCESS
B
background-process
utilityrubyv1.3
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.

BackgroundProcess
require 'background_process'

Spawn a background UNIX process and check its status.

require 'background_process' bg = BackgroundProcess.new('sleep 10') bg.start bg.running? # => true
Debug
Known issues
gotchaOnly works on UNIX-like systems.
fix
Use on Linux, macOS, or other POSIX-compliant OS.
affects: >= 0.0.0
Upgrade
Version history
1.3latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
OpenAI (training)
2
Meta
1
Resources
background-process — gem install background-process · libregistry