Documentation
¶
Index ¶
Constants ¶
View Source
const ( ForceHardRestart = "__hard_reload" ForceSoftRestart = "__soft_reload" )
Variables ¶
This section is empty.
Functions ¶
func NewChildProcess ¶ added in v0.6.0
func NewOutOfBandTask ¶ added in v0.6.0
Types ¶
type AtomicChildProcess ¶ added in v0.6.0
type AtomicChildProcess struct {
// contains filtered or unexported fields
}
func (*AtomicChildProcess) Load ¶ added in v0.6.0
func (a *AtomicChildProcess) Load() *childProcess
func (*AtomicChildProcess) Store ¶ added in v0.6.0
func (a *AtomicChildProcess) Store(p *childProcess)
type ProcessState ¶ added in v0.6.0
type ProcessState int
const ( ProcessStateStopped ProcessState = iota ProcessStateStarting ProcessStateStarted ProcessStateStopping )
Click to show internal directories.
Click to hide internal directories.