Versions in this module Expand all Collapse all v1 v1.0.1 Mar 21, 2022 v1.0.0 Mar 20, 2022 Changes in this version + type Await interface + Await func(T) + type AwaitTry interface + Await func(T, error) + type Default interface + Continue func() + Defer func() + DontWait func() + GoTo func() GoTo + type GoTo int + const GoToAwait + const GoToContinue + const GoToReturn + const GoToYield + func (g GoTo) String() string + type Machine interface + type Return interface + Return func() T + type ReturnOpt interface + Return func() (T, bool) + type ReturnTry interface + Return func() (T, error) + type Void = struct + type Yield interface + Yield func() T + type YieldOpt interface + Yield func() (T, bool) + type YieldTry interface + Yield func() (T, error)