View Source Poolex.Caller (poolex v1.0.0)
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()}