ST.SName (st_parser v0.4.1)

View Source

Represents 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

t()

A named handler reference containing

Types

t()

@type t() :: %ST.SName{handler: atom()}

A named handler reference containing:

  • handler: The name of the handler function as an atom