View Source Poolex.Caller (poolex v0.8.0-rc.1)
Caller structure.
Callers are processes that have requested to get a worker.
Summary
Types
@type t() :: %Poolex.Caller{from: GenServer.from(), reference: reference()}
Caller structure.
Callers are processes that have requested to get a worker.
@type t() :: %Poolex.Caller{from: GenServer.from(), reference: reference()}