View Source partisan_otp_adapter (partisan v5.0.0-rc.8)

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

Summary

Functions

Link to this function

call(Type, Node, Dest, Label, Request, Opts0)

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