Reactor.Dsl.Guard (reactor v0.12.1)

View Source

A struct used to store the guard DSL entity.

See Reactor.step.guard

Summary

Types

t()

@type t() :: %Reactor.Dsl.Guard{
  __identifier__: any(),
  description: nil | String.t(),
  fun: (Reactor.inputs(), Reactor.context() ->
          :cont | {:halt, Reactor.Step.run_result()})
}