Reactor.Dsl.Guard (reactor v0.12.1)
View SourceA struct used to store the guard
DSL entity.
See Reactor.step.guard
Summary
Types
@type t() :: %Reactor.Dsl.Guard{ __identifier__: any(), description: nil | String.t(), fun: (Reactor.inputs(), Reactor.context() -> :cont | {:halt, Reactor.Step.run_result()}) }