# `Reactor.Dsl.Around`
[🔗](https://github.com/ash-project/reactor/blob/main/lib/reactor/dsl/around.ex/#L6)

The `around` DSL entity struct.

See `d:Reactor.around`.

# `t`

```elixir
@type t() :: %Reactor.Dsl.Around{
  __identifier__: any(),
  __spark_metadata__: Spark.Dsl.Entity.spark_meta(),
  allow_async?: boolean(),
  arguments: [Reactor.Dsl.Argument.t()],
  description: nil | String.t(),
  fun: mfa() | Reactor.Step.Around.around_fun(),
  guards: [Reactor.Dsl.Where.t() | Reactor.Dsl.Guard.t()],
  name: atom(),
  steps: [Reactor.Dsl.Step.t()]
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
