View Source Actors.Actor.Entity.Supervisor (spawn v0.1.0)

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Adds a Actor to the dynamic supervisor.

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

lookup_or_create_actor(system, actor, opts \\ [])

View Source
@spec lookup_or_create_actor(
  Eigr.Functions.Protocol.Actors.ActorSystem.t(),
  Eigr.Functions.Protocol.Actors.Actor.t(),
  any()
) :: {:ok, any()}

Adds a Actor to the dynamic supervisor.