package states

Import Path
	github.com/pancsta/asyncmachine-go/tools/generator/states (on go.dev)

Dependency Relation
	imports 2 packages, and imported by one package

Involved Source Files ss_generator.go
Package-Level Type Names (total 2)
/* sort by: | */
GeneratorGroupsDef contains all the state groups of the Generator state machine. Inherit S var GeneratorGroups
GeneratorStatesDef contains all the states of the Generator state machine. Groups string GroupsInherited string GroupsLocal string rest pkg/states InheritConnected string InheritDisposed string InheritNodeWorker string pkg/* StatesBase *am.StatesBase Exception is the only built-in state and mean a global error. All errors have to [State.Require] the Exception state. If [Machine.PanicToErr] is true, Exception will receive it. ( GeneratorStatesDef) Names() machine.S ( GeneratorStatesDef) SetNames(names machine.S) ( GeneratorStatesDef) SetStateGroups(groups map[string][]int, order []string) ( GeneratorStatesDef) StateGroups() (map[string][]int, []string) GeneratorStatesDef : github.com/pancsta/asyncmachine-go/pkg/machine.States var GeneratorStates
Package-Level Variables (total 3)
GeneratorGroups contains all the state groups for the Generator machine.
GeneratorSchema represents all relations and properties of GeneratorStates.
GeneratorStates contains all the states for the Generator machine.