# `PhoenixGenApi.StreamCall`
[🔗](https://github.com/ohhi-vn/phoenix_gen_api/blob/main/lib/phoenix_gen_api/executor/stream_call.ex#L1)

A GenServer that manages a streaming function call.

This process is responsible for executing a function that returns a stream of
results, and sending those results back to the client in chunks.

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

# `start_link`

# `stop`

---

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