View Source Actors.Registry.HostActor (spawn v0.1.0)

Link to this section Summary

Link to this section Types

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