View Source partisan_otp_adapter (partisan v5.0.0-beta.15)

TODO validate this module, align vs partisan_gen and if useful add gen_statem API, deprecating fsm API.

Link to this section Summary

Link to this section Functions

Link to this function

gen_fsm_send_all_state_event(Node, Dest, Request)

View Source
Link to this function

gen_fsm_send_event(Node, Dest, Request)

View Source
Deprecated
Link to this function

gen_fsm_sync_send_all_state_event(Node, Dest, Request, Timeout)

View Source
Link to this function

gen_fsm_sync_send_event(Node, Dest, Request, Timeout)

View Source
Link to this function

gen_server_call(Node, Dest, Request, Opts)

View Source
Link to this function

gen_server_cast(Node, Dest, Request)

View Source