Documentation ¶
Index ¶
- Variables
- func Reap() error
- type Cmd
- type Monitor
- func (m *Monitor) CombinedOutput(c *exec.Cmd) ([]byte, error)
- func (m *Monitor) Command(pid int) *Cmd
- func (m *Monitor) Delete(pid int)
- func (m *Monitor) Output(c *exec.Cmd) ([]byte, error)
- func (m *Monitor) Register(pid int, c *Cmd)
- func (m *Monitor) RegisterNL(pid int, c *Cmd)
- func (m *Monitor) Run(c *exec.Cmd) error
- func (m *Monitor) Start(c *exec.Cmd) error
- func (m *Monitor) Wait(c *exec.Cmd) (int, error)
- func (m *Monitor) WaitPid(pid int) (int, error)
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type Monitor ¶
func (*Monitor) RegisterNL ¶
RegisterNL does not grab the lock internally the caller is responsible for locking the monitor
Click to show internal directories.
Click to hide internal directories.