Module riak_core_send_msg

OTP equivalents for sending reply- and event-like things without blocking the sender.

Description

OTP equivalents for sending reply- and event-like things without blocking the sender.

Function Index

bang_unreliable/2
cast_unreliable/2
reply_unreliable/2
send_event_unreliable/2

Function Details

bang_unreliable/2

bang_unreliable(Dest, Msg) -> any()

cast_unreliable/2

cast_unreliable(Dest, Request) -> any()

reply_unreliable/2

reply_unreliable(X1, Reply) -> any()

send_event_unreliable/2

send_event_unreliable(GlobalTo, Event) -> any()


Generated by EDoc