# `Slink.Rate.Channel`
[🔗](https://github.com/wkirschbaum/slink/blob/v0.6.0/lib/slink/rate/channel.ex#L1)

A single channel's outbound queue. Drains one request, then waits the
configured interval before the next — so a channel never exceeds Slack's
~1 msg/sec limit. One of these runs per channel under `Slink.Rate.Supervisor`.

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

# `start_link`

---

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