Versions in this module Expand all Collapse all v0 v0.0.1 Jan 3, 2022 Changes in this version + func NewProcess(opts ...process.Option) process.Process + type Process struct + func (p *Process) Exec(exe *process.Executable) error + func (p *Process) Fork(exe *process.Executable) (*process.PID, error) + func (p *Process) Kill(pid *process.PID) error + func (p *Process) Wait(pid *process.PID) error