View Source Chorex.Runtime (Chorex v0.8.4)

Summary

Functions

Link to this macro

chorex_send(sender, receiver, civ, message)

View Source (macro)
Link to this function

continue_on_stack(ret_val, state)

View Source
@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.

Link to this macro

correct_session(m, s)

View Source (macro)
Link to this function

handle_continue(arg1, state)

View Source