rafted_value v0.3.1 RaftedValue.RemoteMessageGateway View Source

Replacement of :gen_fsm.send_event/2 and :gen_fsm.reply/2 as the default of :communication_module.

This is introduced in order to work-around slow message passing to unreachable nodes of :gen_fsm, using temporary processes. In other words, it behaves in the same way as :gen_server.cast/2 for unreachable nodes.

Link to this section Summary

Link to this section Functions

Link to this function send_event(fsm_ref, event) View Source