View Source Actors.Registry.HostActor (spawn v1.0.0-rc.22)

HostActor Defines the type of Actor that will be registered in ActorRegistry.

Summary

Types

@type t() :: %Actors.Registry.HostActor{
  actor: Eigr.Functions.Protocol.Actors.Actor.t(),
  node: pid(),
  opts: Keyword.t()
}