View Source Actors.Actor.Entity.EntityState (spawn v1.1.1)

EntityState Represents the internal state of an Actor.

Summary

Types

@type t() :: %Actors.Actor.Entity.EntityState{
  actor: Eigr.Functions.Protocol.Actors.Actor.t(),
  opts: Keyword.t(),
  revision: number(),
  state_hash: binary(),
  system: String.t()
}

Functions