ST.SName (st_parser v0.4.1)
View SourceRepresents a named handler reference in a session type.
This session type indicates that the current role will delegate processing to a specific named handler function.
Summary
Types
@type t() :: %ST.SName{handler: atom()}
A named handler reference containing:
- handler: The name of the handler function as an atom