Versions in this module Expand all Collapse all v1 v1.16.1 Nov 13, 2019 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