View Source Actors.Actor.CallerConsumer (spawn v1.0.0-rc.24)

Summary

Functions

Link to this function

handle_events(events, from, state)

View Source

Callback implementation for GenStage.handle_events/3.

Callback implementation for GenStage.init/1.

Link to this function

invoke_with_span(request, opts)

View Source
Link to this function

spawn_actor(spawn, opts \\ [])

View Source
Link to this function

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

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