Documentation ¶
Index ¶
- Variables
- type AppCycle
- func (m *AppCycle) AdvanceGoal(delta int32)
- func (m *AppCycle) AdvanceProgress(delta int32)
- func (*AppCycle) ForceStop(ctx *context.T)
- func (m *AppCycle) Remote() interface{}
- func (m *AppCycle) Shutdown()
- func (m *AppCycle) Stop(ctx *context.T)
- func (m *AppCycle) TrackTask(ch chan<- v23.Task)
- func (m *AppCycle) WaitForStop(_ *context.T, ch chan<- string)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ForceStopExitCode may need be to overridden (e.g. for testing), hence // the variables. ForceStopExitCode = v23.ForceStopExitCode UnhandledStopExitCode = v23.UnhandledStopExitCode )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.