Documentation ¶
Overview ¶
Package stub is used to start and manage an elvish-stub process.
Index ¶
- Variables
- type BadSignal
- type Stub
- func (stub *Stub) Alive() bool
- func (stub *Stub) Chdir(dir string)
- func (stub *Stub) IntSignals() <-chan struct{}
- func (stub *Stub) Process() *os.Process
- func (stub *Stub) SetTitle(s string)
- func (stub *Stub) Signals() <-chan os.Signal
- func (stub *Stub) State() <-chan struct{}
- func (stub *Stub) Terminate()
Constants ¶
This section is empty.
Variables ¶
View Source
var Logger = util.GetLogger("[stub] ")
Functions ¶
This section is empty.
Types ¶
type Stub ¶
type Stub struct {
// contains filtered or unexported fields
}
func (*Stub) IntSignals ¶ added in v0.4.0
func (stub *Stub) IntSignals() <-chan struct{}
IntSignals returns a channel into which interrupt signals are relayed.
Click to show internal directories.
Click to hide internal directories.