module Process

Defined in:

Class Method Summary

Class Method Detail

def self.exit(status = 0)

def self.fork(&block)

def self.fork

def self.getpgid(pid : Int32)

def self.kill(signal : Signal, *pids : Int)

def self.pid

def self.ppid

def self.run(command, args = nil, output = nil : IO | Bool, input = nil : String | IO)

def self.times

def self.waitpid(pid)