# `Poolex.Caller`
[🔗](https://github.com/general-CbIC/poolex/blob/main/lib/poolex/caller.ex#L1)

Caller structure.

**Callers** are processes that have requested to get a worker.

# `t`

```elixir
@type t() :: %Poolex.Caller{from: GenServer.from(), reference: reference()}
```

---

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