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 + func LiftTry(m Try[S, T]) machine.Machine[S, T, machine.Void] + type Base struct + BaseGoTo machine.GoTo + func NewBase() Base + func (m *Base) Continue() + func (m *Base) Defer() + func (m *Base) DontWait() + func (m *Base) GoTo() machine.GoTo + func (m *Base) Return() (machine.Void, error) + type Catch interface + type Cleandown interface + type Cleanup interface + type Default interface + type Dual interface + type Naive interface + type NearDual interface + type NearRetry interface + type Opt interface + type Rethrow interface + type Retry interface + type Throw interface + type Try interface