Package os runs processes locally
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