Reactor.Dsl.Recurse (reactor v0.15.6)

View Source

The recurse DSL entity struct.

See the Reactor.recurse.

Summary

Types

t()

@type t() :: %Reactor.Dsl.Recurse{
  __identifier__: any(),
  arguments: [Reactor.Dsl.Argument.t() | Reactor.Dsl.WaitFor.t()],
  async?: nil | boolean(),
  description: nil | String.t(),
  exit_condition: nil | (any() -> boolean()),
  guards: [Reactor.Dsl.Where.t() | Reactor.Dsl.Guard.t()],
  max_iterations: nil | pos_integer(),
  name: any(),
  reactor: module() | Reactor.t()
}