Actors.Registry.HostActor (spawn v2.0.0-RC12)

View Source

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

Summary

Types

t()

@type t() :: %Actors.Registry.HostActor{
  actor: Spawn.Actors.Actor.t(),
  node: node(),
  opts: Keyword.t()
}