# `Snodo.Progress.State`
[🔗](https://github.com/joshrotenberg/snodo/blob/v0.1.0/lib/snodo/progress/state.ex#L1)

Transport-owned immutable progress counters; no worker or global registry is created.

# `t`

```elixir
@type t() :: %Snodo.Progress.State{
  count: non_neg_integer(),
  last: number() | nil,
  sink: Snodo.Progress.Sink.t()
}
```

---

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