riptide v0.1.1 Riptide.Processor

Link to this section Summary

Link to this section Functions

Link to this function

build_call(pid, action, body, state)

Link to this function

build_reply(key, type, body)

Link to this function

process(commands, raw, from, state)

Link to this function

process_commands(commands, msg, fun, from, state)

Link to this function

process_response(response, key, state)

process_response(
  {:noreply, any()}
  | {:error, any(), any()}
  | {:reply, any(), any()}
  | Task.t(),
  any(),
  any()
) :: {:noreply, any()} | {:reply, binary(), any()}
Link to this function

safe_trigger(mod, fun, msg, from, state)