It’s a typespec (GenServer.from/1) for a parameter of the callback GenServer.handel_call/3.
Ironically it’s supposed to be opaque - Designing for Scalability with Erlang/OTP p. 89
Always use
Fromas an opaque data type; don’t assume it is a tuple, as its representation might change in future releases.






















