Reactor.Dsl.Recurse (reactor v0.15.6)
View SourceThe recurse
DSL entity struct.
See the Reactor.recurse
.
Summary
Types
@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() }