Maxine.Data (Maxine v1.1.1)

Where we put application data; the only way for callbacks to communicate with the outside world. Note that at each event, :tmp is wiped and :options is updated to reflect whatever the current event was called with.

Link to this section Summary

Link to this section Types

Specs

sections() :: :app | :tmp | :options

Specs

t() :: %Maxine.Data{app: %{}, options: Maxine.Machine.event_options(), tmp: %{}}