kvasir_projector v0.0.6 Kvasir.Projection.Context View Source

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Kvasir.Projection.Context{
  attempts: pos_integer(),
  event: term(),
  history: [term()],
  projection: module(),
  projection_type: :global | :stateful
}