View Source Reactor.Dsl.Around (reactor v0.10.1)
The around
DSL entity struct.
See Reactor.around
.
Summary
Types
@type t() :: %Reactor.Dsl.Around{ __identifier__: any(), allow_async?: boolean(), arguments: [Reactor.Dsl.Argument.t()], fun: mfa() | Reactor.Step.Around.around_fun(), name: atom(), steps: [Reactor.Dsl.Step.t()] }