View Source Chorex.Runtime (Chorex v0.8.4)
Summary
Functions
Look at the top thing on the RuntimeState
stack and return the
proper response tuple.
Functions
@spec continue_on_stack(any(), Chorex.RuntimeState.t()) :: {:noreply, Chorex.RuntimeState.t(), {:continue, any()}}
Look at the top thing on the RuntimeState
stack and return the
proper response tuple.
This function gets called every time a function in the Chorex actor GenServer needs to finish.