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

Link to this section Summary

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

do_side_effects(effects)

View Source
@spec get_state(any()) :: {:error, term()} | {:ok, term()}
Link to this function

invoke(ref, request, opts)

View Source
@spec invoke(any(), any(), any()) :: any()
Link to this function

invoke_async(ref, request, opts)

View Source
@spec invoke_async(any(), any(), any()) :: :ok